class documentation

class VersionInfo(namedtuple('VersionInfo', 'major minor micro releaselevel serial release')):

View In Hierarchy

Undocumented

Method __ge__ Undocumented
Method __gt__ Undocumented
Method __le__ Undocumented
Method __lt__ Undocumented
Method __new__ Undocumented
def __ge__(self, other):

Undocumented

def __gt__(self, other):

Undocumented

def __le__(self, other):

Undocumented

def __lt__(self, other):

Undocumented

def __new__(cls, major=0, minor=0, micro=0, releaselevel='final', serial=0, release=True):

Undocumented