ID EN
Operators

isub

Python 3.11

a = isub(a, b) is equivalent to a -= b.

Syntax

PYTHON
operator.isub(a, b)