cf.Data.__rxor__

Data.__rxor__(other)[source]

The binary bitwise operation ^ with reflected operands

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

Previous topic

cf.Data.__ror__

Next topic

cf.Data.__rlshift__

This Page