ID EN
Operators

ifloordiv

Python 3.11

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

Syntax

PYTHON
operator.ifloordiv(a, b)