cf.Field.__ror__

Field.__ror__(other)[source]

The binary arithmetic operation | with reflected operands

x.__ror__(y) <==> y|x

Previous topic

cf.Field.__rand__

Next topic

cf.Field.__rxor__

This Page