Ejemplo n.º 1
0
 def __lt__(self, other):
     return bilarasortkey(str(self)) < bilarasortkey(str(other))
Ejemplo n.º 2
0
 def __gt__(self, other):
     return bilarasortkey(str(self)) > bilarasortkey(str(other))