twisted.python.versions._inf(object)
class documentationtwisted.python.versions
View Source
(View In Hierarchy)
An object that is bigger than all other objects.
Method | __cmp__ |
Parameters | other | Another object. (type: any) |
Returns | 0 if other is inf, 1 otherwise. (type: int ) |