Home
last modified time | relevance | path

Searched defs:__divmod__ (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_binop.py171 def __divmod__(self, other): member in Rat
Dtest_datetime.py511 def __divmod__(self, other): member in TestTimeDelta.test_issue31752.Sum
523 def __divmod__(self, other): member in TestTimeDelta.test_issue31752.Sum
Dtest_decimal.py634 def __divmod__(self, other): member in DecimalImplicitConstructionTest.test_rop.E
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dfractions.py532 __divmod__, __rdivmod__ = _operator_fallbacks(_divmod, divmod) variable in Fraction
Dnumbers.py197 def __divmod__(self, other): member in Real
Ddatetime.py827 def __divmod__(self, other): member in timedelta
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dfractions.py532 __divmod__, __rdivmod__ = _operator_fallbacks(_divmod, divmod) variable in Fraction
Dnumbers.py197 def __divmod__(self, other): member in Real
Ddatetime.py827 def __divmod__(self, other): member in timedelta
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dfractions.py532 __divmod__, __rdivmod__ = _operator_fallbacks(_divmod, divmod) variable in Fraction
Dnumbers.py197 def __divmod__(self, other): member in Real
Ddatetime.py827 def __divmod__(self, other): member in timedelta
/aosp_15_r20/external/python/cpython3/Lib/
Dfractions.py532 __divmod__, __rdivmod__ = _operator_fallbacks(_divmod, divmod) variable in Fraction
Dnumbers.py197 def __divmod__(self, other): member in Real
Ddatetime.py827 def __divmod__(self, other): member in timedelta
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dfractions.py532 __divmod__, __rdivmod__ = _operator_fallbacks(_divmod, divmod) variable in Fraction
H A Dnumbers.py197 def __divmod__(self, other): member in Real
H A Ddatetime.py827 def __divmod__(self, other): member in timedelta
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dfractions.py532 __divmod__, __rdivmod__ = _operator_fallbacks(_divmod, divmod) variable in Fraction
Dnumbers.py197 def __divmod__(self, other): member in Real
Ddatetime.py827 def __divmod__(self, other): member in timedelta
/aosp_15_r20/external/python/cpython2/Lib/
Dnumbers.py200 def __divmod__(self, other): member in Real
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_binop.py162 def __divmod__(self, other): member in Rat
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_ndarray.py223 __divmod__ = create_method(_ufuncs.divmod, "__divmod__") variable in ndarray
/aosp_15_r20/external/python/pyasn1/pyasn1/type/
Duniv.py188 def __divmod__(self, value): member in Integer
1459 def __divmod__(self, value): member in Real

12