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