Searched defs:__divmod__ (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/ | ||
D | fractions.py | 531 __divmod__, __rdivmod__ = _operator_fallbacks(_divmod, divmod) variable in Fraction |
D | numbers.py | 197 def __divmod__(self, other): member in Real |
D | datetime.py | 696 def __divmod__(self, other): member in timedelta |
D | _pydecimal.py | 1423 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 | 888 def __divmod__(self, other): member in ImplicitConstructionTest.test_rop.E |
D | test_os.py | 956 def __divmod__(*args): member in UtimeTests.test_issue31577.get_bad_int.BadInt |
D | datetimetester.py | 1018 def __divmod__(self, other): member in TestTimeDelta.test_issue31752.Sum |