Searched refs:__imod__ (Results 1 – 6 of 6) sorted by relevance
178 def __imod__(self, val): member in AugAssignTest.testCustomMethods2.testall
470 def __imod__ (self, other): return "imod" member in OperatorTestCase.test_inplace.C
452 __imod__ = imod variable
508 __imod__(a, b)
224 …`~PyNumberMethods.nb_inplace_remainder` | :c:type:`binaryfunc` | __imod__ |
2619 object.__imod__(self, other)