cf
Field.
__ixor__
The augmented bitwise assignment ^=
^=
x.__ixor__(y) <==> x^=y
cf.Field.__ior__
cf.Field.__ilshift__