Esempio n. 1
0
 def __cmp__(self, other):
     return cmp(self._spam, other._spam)
Esempio n. 2
0
 def myCmp(s1, s2):
     return -cmp(s1, s2)