cf.Data.__ror__

Data.__ror__(other)[source]

The binary bitwise operation | with reflected operands.

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