Searched defs:__divmod__ (Results 1 – 8 of 8) sorted by relevance
| /third_party/python/Lib/ | ||
| D | fractions.py | 532 __divmod__, __rdivmod__ = _operator_fallbacks(_divmod, divmod) variable in Fraction |
| D | numbers.py | 197 def __divmod__(self, other): member in Real |
| D | datetime.py | 827 def __divmod__(self, other): member in timedelta |
| D | _pydecimal.py | 1433 def __divmod__(self, other, context=None): member in Decimal |
| /third_party/python/Lib/test/ | ||
| D | test_binop.py | 162 def __divmod__(self, other): member in Rat |
| D | test_decimal.py | 878 def __divmod__(self, other): member in ImplicitConstructionTest.test_rop.E |
| D | test_os.py | 961 def __divmod__(*args): member in UtimeTests.test_issue31577.get_bad_int.BadInt |
| D | datetimetester.py | 1029 def __divmod__(self, other): member in TestTimeDelta.test_issue31752.Sum |