Public Member Functions | |
def | __eq__ |
def | __hash__ |
def | __init__ |
def | __repr__ |
def | __str__ |
def | match |
def | parse |
Public Attributes | |
kind | |
spec | |
Static Public Attributes | |
string | KIND_EQUAL = '==' |
string | KIND_GT = '>' |
string | KIND_GTE = '>=' |
string | KIND_LT = '<' |
string | KIND_LTE = '<=' |
string | KIND_NEQ = '!=' |
tuple | re_spec = re.compile(r'^(<|<=|==|>=|>|!=)(\d.*)$') |
tuple | STRICT_KINDS |
def rocon_semantic_version.base.SpecItem.__init__ | ( | self, | |
requirement_string | |||
) |
def rocon_semantic_version.base.SpecItem.__eq__ | ( | self, | |
other | |||
) |
def rocon_semantic_version.base.SpecItem.__hash__ | ( | self | ) |
def rocon_semantic_version.base.SpecItem.__repr__ | ( | self | ) |
def rocon_semantic_version.base.SpecItem.__str__ | ( | self | ) |
def rocon_semantic_version.base.SpecItem.match | ( | self, | |
version | |||
) |
def rocon_semantic_version.base.SpecItem.parse | ( | cls, | |
requirement_string | |||
) |
string rocon_semantic_version::base.SpecItem::KIND_EQUAL = '==' [static] |
string rocon_semantic_version::base.SpecItem::KIND_GT = '>' [static] |
string rocon_semantic_version::base.SpecItem::KIND_GTE = '>=' [static] |
string rocon_semantic_version::base.SpecItem::KIND_LT = '<' [static] |
string rocon_semantic_version::base.SpecItem::KIND_LTE = '<=' [static] |
string rocon_semantic_version::base.SpecItem::KIND_NEQ = '!=' [static] |
tuple rocon_semantic_version::base.SpecItem::re_spec = re.compile(r'^(<|<=|==|>=|>|!=)(\d.*)$') [static] |
tuple rocon_semantic_version::base.SpecItem::STRICT_KINDS [static] |