cf.Data.__rxor__

Data.__rxor__(other)[source]

The binary arithmetic operation ^ with reflected operands

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

Previous topic

cf.Data.__ror__

Next topic

cf.Data.__iadd__

This Page