HomeSort by relevance Sort by last modified time
    Searched refs:imatmul (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Lib/
operator.py 15 'iconcat', 'ifloordiv', 'ilshift', 'imatmul', 'imod', 'imul',
375 def imatmul(a, b): function
458 __imatmul__ = imatmul
  /external/python/cpython3/Modules/
_operator.c 366 spam2(imatmul, "a = imatmul(a, b) -- Same as a @= b.")
    [all...]
  /external/python/cpython3/Lib/test/
test_operator.py 440 def __imatmul__ (self, other): return "imatmul"
455 self.assertEqual(operator.imatmul (c, 5), "imatmul")

Completed in 117 milliseconds