Searched refs:__divmod__ (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
H A Dnumbers.py200 def __divmod__(self, other): member in class:Real
H A Ddecimal.py1393 def __divmod__(self, other, context=None): member in class:Decimal
1430 """Swaps self/other and returns __divmod__."""
1434 return other.__divmod__(self, context=context)
4259 r = a.__divmod__(b, context=self)
/external/python/cpython2/Lib/test/
H A Dtest_binop.py171 def __divmod__(self, other): member in class:Rat
H A Dtest_decimal.py634 def __divmod__(self, other): member in class:DecimalImplicitConstructionTest.test_rop.E
1563 checkSameDec("__divmod__", True)

Completed in 121 milliseconds