Home
last modified time | relevance | path

Searched refs:__rdivmod__ (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/
Dnumbers.py205 def __rdivmod__(self, other): member in Real
Dfractions.py531 __divmod__, __rdivmod__ = _operator_fallbacks(_divmod, divmod) variable in Fraction
D_pydecimal.py1459 def __rdivmod__(self, other, context=None): member in Decimal
/third_party/python/Lib/test/
Dtest_binop.py171 def __rdivmod__(self, other): member in Rat
Dtest_decimal.py890 def __rdivmod__(self, other): member in ImplicitConstructionTest.test_rop.E
/third_party/python/Lib/unittest/test/testmock/
Dtestmagicmethods.py490 bar_direct = m.__rdivmod__(2)
/third_party/python/Misc/NEWS.d/
D3.10.0a2.rst176 ``__rdivmod__`` of the :class:`complex` class. They always raised a
/third_party/python/Doc/whatsnew/
D3.10.rst1780 ``__rdivmod__`` of the :class:`complex` class. They always raised
/third_party/python/Doc/c-api/
Dtypeobj.rst227 … | | __rdivmod__ |
/third_party/python/Doc/reference/
Ddatamodel.rst2578 object.__rdivmod__(self, other)