Searched defs:__rdivmod__ (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/ | ||
D | fractions.py | 842 __divmod__, __rdivmod__ = _operator_fallbacks(_divmod, divmod, False) variable in Fraction |
D | numbers.py | 230 def __rdivmod__(self, other): member in Real |
D | _pydecimal.py | 1372 def __rdivmod__(self, other, context=None): member in Decimal |
/external/python/cpython3/Lib/test/ | ||
D | test_binop.py | 171 def __rdivmod__(self, other): member in Rat |
D | test_decimal.py | 866 def __rdivmod__(self, other): member in ImplicitConstructionTest.test_rop.E |
/external/pytorch/torch/_numpy/ | ||
D | _ndarray.py | 224 __rdivmod__ = create_method( variable in ndarray |
/external/python/pyasn1/pyasn1/type/ | ||
D | univ.py | 191 def __rdivmod__(self, value): member in Integer |