ID EN
Operators

ipow

Python 3.11

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

Syntax

PYTHON
operator.ipow(a, b)