class documentation

class _Inf(object):

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):
Parameters
other:anyAnother object.
Returns
int0 if other is inf, 1 otherwise.
def __ge__(self, other):

Undocumented

def __gt__(self, other):

Undocumented

def __le__(self, other):

Undocumented

def __lt__(self, other):

Undocumented