OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, vstring=None) |
def | __repr__ (self) |
def | __eq__ (self, other) |
def | __lt__ (self, other) |
def | __le__ (self, other) |
def | __gt__ (self, other) |
def | __ge__ (self, other) |
Abstract base class for version numbering classes. Just provides constructor (__init__) and reproducer (__repr__), because those seem to be the same for all version numbering classes; and route rich comparisons to _cmp.
def __init__ | ( | self, | |
vstring = None |
|||
) |
Reimplemented in LooseVersion.
def __eq__ | ( | self, | |
other | |||
) |
def __ge__ | ( | self, | |
other | |||
) |
def __gt__ | ( | self, | |
other | |||
) |
def __le__ | ( | self, | |
other | |||
) |
def __lt__ | ( | self, | |
other | |||
) |
def __repr__ | ( | self | ) |
Reimplemented in LooseVersion.