cf.Field.__xor__

Field.__xor__(y)

The binary bitwise operation ^

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