TotallyOrdered

class part.TotallyOrdered

TotallyOrdered class.

Sub-class of this abstract class must implement a total order on a type.

abstract __lt__(other)

Return self<other.

abstract __gt__(other)

Return self>other.

abstract __le__(other)

Return self<=other.

abstract __ge__(other)

Return self>=other.

abstract __ne__(other)

Return self!=other.

abstract __eq__(other)

Return self==other.

__weakref__

list of weak references to the object (if defined)