Package gavo :: Package utils :: Module codetricks :: Class Supremum
[frames] | no frames]

Class Supremum

source code

object --+    
         |    
 _Comparer --+
             |
            Supremum

is a *class* larger than anything.

This will only work as the first operand.

>>> Supremum>1e300
True
>>> Supremum>""
True
>>> Supremum>None
True
>>> Supremum>Supremum
True
Nested Classes

Inherited from _Comparer: __metaclass__

Instance Methods

Inherited from _Comparer: __init__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  cmpRes = 1
hash(x)
Properties

Inherited from object: __class__