Exemplo n.º 1
0
 def __isub__(self, other):
     subtract(self.array, other, self.array)
     return self
Exemplo n.º 2
0
 def __isub__(self, other):
     subtract(self.array, other, self.array)
     return self