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