示例#1
0
 def __radd__(self, other):
     return ops.add(other, self)
示例#2
0
 def __add__(self, other):
     return ops.add(self, other)