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

Class Infimum

source code

object --+    
         |    
 _Comparer --+
             |
            Infimum

is a *class* smaller than anything.

This will only work as the first operand.

>>> Infimum<-2333
True
>>> Infimum<""
True
>>> Infimum<None
True
>>> Infimum<Infimum
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__