ID EN
Operators

iand

Python 3.11

a = iand(a, b) is equivalent to a &= b.

Syntax

PYTHON
operator.iand(a, b)