Lines Matching full:__add__
1126 def __add__(self, other, context=None):1212 __radd__ = __add__1226 return self.__add__(other.copy_negate(), context=context)1851 return product.__add__(third, context)3437 return self.__add__(_dec_from_triple(0, '1', context.Etiny()-1),3993 r = a.__add__(b, context=self)