cf.FieldList.__ixor__

FieldList.__ixor__(y)[source]

The augmented bitwise assignment ^=

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

Previous topic

cf.FieldList.__ior__

Next topic

cf.FieldList.__ilshift__

This Page