Searched refs:imatmul (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/ |
H A D | operator.py | 15 'iconcat', 'ifloordiv', 'ilshift', 'imatmul', 'imod', 'imul', 377 def imatmul(a, b): function 461 __imatmul__ = imatmul
|
/third_party/python/Lib/test/ |
H A D | test_operator.py | 487 def __imatmul__ (self, other): return "imatmul" 502 self.assertEqual(operator.imatmul (c, 5), "imatmul")
|
Completed in 3 milliseconds