ID EN
Operators

imatmul

Python 3.11

a = imatmul(a, b) is equivalent to a @= b.

Syntax

PYTHON
operator.imatmul(a, b)