Home
last modified time | relevance | path

Searched defs:__imod__ (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_augassign.py178 def __imod__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_operator.py485 def __imod__ (self, other): return "imod" member in OperatorTestCase.test_inplace.C
/third_party/python/Lib/
Doperator.py459 __imod__ = imod variable