Searched defs:__imod__ (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_augassign.py | 179 def __imod__(self, val): member in AugAssignTest.testCustomMethods2.testall |
D | test_operator.py | 481 def __imod__ (self, other): return "imod" member in OperatorTestCase.test_inplace.C |
/external/python/cpython3/Lib/test/ | ||
D | test_augassign.py | 178 def __imod__(self, val): member in AugAssignTest.testCustomMethods2.testall |
D | test_operator.py | 438 def __imod__ (self, other): return "imod" member in OperatorTestCase.test_inplace.C |
/external/python/cpython3/Lib/ | ||
D | operator.py | 456 __imod__ = imod variable |