cf.Data.__ror__

Data.__ror__(other)[source]

The binary arithmetic operation | with reflected operands

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

Previous topic

cf.Data.__rand__

Next topic

cf.Data.__rxor__

This Page