Home
/
Python 3.11
/
Operators
/
ior
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Operators
ior
Python 3.11
a = ior(a, b) is equivalent to a |= b.
Syntax
PYTHON
Copy
operator.ior(a, b)