ID EN
Operators

itruediv

Python 3.11

a = itruediv(a, b) is equivalent to a /= b.

Syntax

PYTHON
operator.itruediv(a, b)