Exemplo n.º 1
0
 def __rsub__(self, other):
     return ops.sub(other, self)
Exemplo n.º 2
0
 def __sub__(self, other):
     return ops.sub(self, other)