Package yadis :: Module etxrd :: Class _Max
[hide private]
[frames] | no frames]

Class _Max

source code

object --+
         |
        _Max

Value that compares greater than any other value.

Should only be used as a singleton. Implemented for use as a priority value for when a priority is not specified.

Instance Methods [hide private]
  __cmp__(self, other)

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__cmp__(self, other)
(Comparison operator)

source code