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