Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_augassign.py178 def __imod__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_operator.py488 def __imod__ (self, other): return "imod" member in OperatorTestCase.test_inplace.C
/external/python/cpython3/Lib/
Doperator.py459 __imod__ = imod variable
/external/private-join-and-compute/private_join_and_compute/py/crypto_util/
Dssl_util.py809 def __imod__(self, modulus): member in BigNum