Exemplo n.º 1
0
 def __ge__(self, other):
     return util.numcmp(self.ordinal, other.ordinal) >= 0
Exemplo n.º 2
0
 def __lt__(self, other):
     return util.numcmp(self.ordinal, other.ordinal) < 0