cf.FieldList.__rxor__

FieldList.__rxor__(y)[source]

The binary bitwise operation ^ with reflected operands

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

Previous topic

cf.FieldList.__ror__

Next topic

cf.FieldList.__rlshift__

This Page