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