cf.Field.__rxor__

Field.__rxor__(other)[source]

The binary arithmetic operation ^ with reflected operands

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

Previous topic

cf.Field.__ror__

Next topic

cf.Field.__iadd__

This Page