cf.FieldList.__xor__

FieldList.__xor__(y)[source]

The binary bitwise operation ^

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

Previous topic

cf.FieldList.__or__

Next topic

cf.FieldList.__lshift__

This Page