|
|
|
|
dict
|
|
|
|
|
|
string
|
|
|
bool
|
__eq__(self,
version)
Test for equality against an input version string, tuple or list |
source code
|
|
|
bool
|
__ne__(self,
version)
Test True for this instance version not equal to input version |
source code
|
|
|
bool
|
__gt__(self,
version)
Test True for this instance version greater than input version |
source code
|
|
|
bool
|
__lt__(self,
version)
Test True for this instance version less than input version |
source code
|
|
|
bool
|
__ge__(self,
version)
Test True for this instance version greater or equal to the input
version |
source code
|
|
|
bool
|
__le__(self,
version)
Test True for this instance version less than or equal to input
version |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__subclasshook__
|