Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_augassign.py178 def __imod__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_operator.py438 def __imod__ (self, other): return "imod" member in OperatorTestCase.test_inplace.C
/external/python/cpython2/Lib/test/
Dtest_augassign.py179 def __imod__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_operator.py481 def __imod__ (self, other): return "imod" member in OperatorTestCase.test_inplace.C
511 self.assertEqual(operator.__imod__ (c, 5), "imod")
/external/python/cpython3/Lib/
Doperator.py456 __imod__ = imod variable
/external/python/cpython2/Modules/
Doperator.c412 spam2(imod,__imod__, "a = imod(a, b) -- Same as a %= b.")
/external/python/cpython3/Doc/library/
Doperator.rst505 __imod__(a, b)
/external/python/cpython2/Doc/library/
Doperator.rst368 __imod__(a, b)
/external/python/cpython2/Misc/
Dcheatsheet1194 s%=o = __imod__(s,o)
/external/python/cpython2/Doc/reference/
Ddatamodel.rst2181 object.__imod__(self, other)
/external/python/cpython3/Doc/reference/
Ddatamodel.rst2340 object.__imod__(self, other)