ID EN
Operators

imul

Python 3.11

a = imul(a, b) is equivalent to a *= b.

Syntax

PYTHON
operator.imul(a, b)