Exemplo n.º 1
0
 def __le__(self, other):
     return self._rc(less_equal(self.array, other))
Exemplo n.º 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))