Example #1
0
 def __le__(self, other):
     return fss.le(self, other)
Example #2
0
 def __ge__(self, other):
     return fss.le(other, self)