Searched refs:__divmod__ (Results 1 – 5 of 5) sorted by relevance
200 def __divmod__(self, other): member in Real
1395 def __divmod__(self, other, context=None): member in Decimal1436 return other.__divmod__(self, context=context)4231 r = a.__divmod__(b, context=self)
171 def __divmod__(self, other): member in Rat
635 def __divmod__(self, other): member in DecimalImplicitConstructionTest.test_rop.E