Methods
|
|
__cmp__
__getitem__
__str__
withIncr
withParts
|
|
__cmp__
|
__cmp__ ( self, other )
|
|
__getitem__
|
__getitem__ ( self, key )
Exceptions
|
|
KeyError, key
ValueError( "Recursive attempt to compute %r" % key )
|
|
|
__str__
|
__str__ ( self )
|
|
withIncr
|
withIncr ( self, part )
|
|
withParts
|
withParts ( self, partItems )
Exceptions
|
|
KeyError( "Version has no part %r" % k )
|
|
|