Ejemplo n.º 1
0
 def __floordiv__(self, other):
     return np._bop(self, other)
Ejemplo n.º 2
0
 def __rtruediv__(self, other):
     return np._bop(self, other)
Ejemplo n.º 3
0
 def __rmul__(self, other):
     return np._bop(self, other)
Ejemplo n.º 4
0
 def __rsub__(self, other):
     return np._bop(self, other)
Ejemplo n.º 5
0
 def __radd__(self, other):
     return np._bop(self, other)
Ejemplo n.º 6
0
 def __eq__(self, other):
     return np._bop(self, other)