Home
last modified time | relevance | path

Searched refs:imatmul (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Doperator.py15 'iconcat', 'ifloordiv', 'ilshift', 'imatmul', 'imod', 'imul',
377 def imatmul(a, b): function
461 __imatmul__ = imatmul
/third_party/python/Lib/test/
H A Dtest_operator.py487 def __imatmul__ (self, other): return "imatmul"
502 self.assertEqual(operator.imatmul (c, 5), "imatmul")

Completed in 3 milliseconds