Home
last modified time | relevance | path

Searched refs:__imod__ (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/test/
Dtest_augassign.py178 def __imod__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_operator.py470 def __imod__ (self, other): return "imod" member in OperatorTestCase.test_inplace.C
/third_party/python/Lib/
Doperator.py452 __imod__ = imod variable
/third_party/python/Doc/library/
Doperator.rst508 __imod__(a, b)
/third_party/python/Doc/c-api/
Dtypeobj.rst224 …`~PyNumberMethods.nb_inplace_remainder` | :c:type:`binaryfunc` | __imod__ |
/third_party/python/Doc/reference/
Ddatamodel.rst2619 object.__imod__(self, other)