cf.FieldList.__ixor__

FieldList.__ixor__(y)[source]

The augmented bitwise assignment ^=

x.__ixor__(y) <==> x^=y