cf.Field.__xor__

Field.__xor__(other)[source]

The binary arithmetic operation ^

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

Previous topic

cf.Field.__or__

Next topic

cf.Field.__radd__

This Page