Searched refs:imatmul (Results 1 – 4 of 4) sorted by relevance
375 def imatmul(a, b): function458 __imatmul__ = imatmul
516 .. function:: imatmul(a, b)519 ``a = imatmul(a, b)`` is equivalent to ``a @= b``.
455 self.assertEqual(operator.imatmul (c, 5), "imatmul")
1474 New :func:`~operator.matmul` and :func:`~operator.imatmul` functions