ID EN
Operators

ior

Python 3.11

a = ior(a, b) is equivalent to a |= b.

Syntax

PYTHON
operator.ior(a, b)