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