Esempio n. 1
0
 def __radd__(self, other):
     return ops.add(other, self)
Esempio n. 2
0
 def __add__(self, other):
     return ops.add(self, other)