class documentation

class Comparable: (source)

View In Hierarchy

Objects that can be compared to each other, but not others.

Method __cmp__ Undocumented
Method __init__ Undocumented
Instance Variable value Undocumented
def __cmp__(self, other): (source)

Undocumented

def __init__(self, value): (source)

Undocumented

Undocumented