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