cmp

cmp(x, y)

Compares the two objects x and y and return an integer according to the outcome. The return value is negative if x < y, zero if x == y and strictly positive if x > y.

To make this function work on your own classes, implement the __cmp__ method.

 

A Django site. this page was rendered by a django application in 0.02s 2010-09-02 15:38:37.931661. hosted by webfaction.