Searched defs:__imod__ (Results 1 – 3 of 3) sorted by relevance
| /third_party/python/Lib/test/ | ||
| D | test_augassign.py | 178 def __imod__(self, val): member in AugAssignTest.testCustomMethods2.testall |
| D | test_operator.py | 485 def __imod__ (self, other): return "imod" member in OperatorTestCase.test_inplace.C |
| /third_party/python/Lib/ | ||
| D | operator.py | 459 __imod__ = imod variable |