Ejemplo n.º 1
0
 def myCmp(s1, s2):
     return -compare(s1, s2)
Ejemplo n.º 2
0
 def myCmp(s1, s2):
     return -compare(s1, s2)
Ejemplo n.º 3
0
 def __lt__(self, other):
     return compare(self._spam, other._spam) < 0
Ejemplo n.º 4
0
 def __lt__(self, other):
     return compare(self._spam, other._spam) < 0