ID EN
Operators

ixor

Python 3.11

a = ixor(a, b) is equivalent to a ^= b.

Syntax

PYTHON
operator.ixor(a, b)