Home
last modified time | relevance | path

Searched refs:__divmod__ (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/
Dnumbers.py200 def __divmod__(self, other): member in Real
Ddecimal.py1393 def __divmod__(self, other, context=None): member in Decimal
1434 return other.__divmod__(self, context=context)
4259 r = a.__divmod__(b, context=self)
/external/python/cpython2/Lib/test/
Dtest_binop.py171 def __divmod__(self, other): member in Rat
Dtest_decimal.py634 def __divmod__(self, other): member in DecimalImplicitConstructionTest.test_rop.E
/external/python/cpython2/Doc/reference/
Ddatamodel.rst2085 object.__divmod__(self, other)
2102 method, ``x.__add__(y)`` is called. The :meth:`__divmod__` method should be the
/external/python/cpython2/Misc/
Dcheatsheet1184 s%o = __mod__(s,o) divmod(s,o) = __divmod__(s,o)
DNEWS4929 float.__divmod__ with respect to signed zeros. -4.0 % 4.0 should be