ID EN
Operators

iadd

Python 3.11

a = iadd(a, b) is equivalent to a += b.

Syntax

PYTHON
operator.iadd(a, b)