class documentation

class _Inf:

View In Hierarchy

An object that is bigger than all other objects.

Method __cmp__ No summary
Method __ge__ Undocumented
Method __gt__ Undocumented
Method __le__ Undocumented
Method __lt__ Undocumented
def __cmp__(self, other: object) -> int:
Parameters
other:anyAnother object.
Returns
int0 if other is inf, 1 otherwise.
def __ge__(self, other: object) -> bool:

Undocumented

def __gt__(self, other: object) -> bool:

Undocumented

def __le__(self, other: object) -> bool:

Undocumented

def __lt__(self, other: object) -> bool:

Undocumented