Exemple #1
0
 def __le__(self, other):
     return self._rc(less_equal(self.array, other))
Exemple #2
0
 def __le__(self,other): return self._rc(less_equal(self.array,other))
 def __eq__(self,other): return self._rc(equal(self.array,other))