cf.Field.__ixor__

Field.__ixor__(other)[source]

The augmented arithmetic assignment ^=

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

Previous topic

cf.Field.__ior__

Next topic

cf.Field.__neg__

This Page