cf.Data.__ror__

Data.__ror__(other)[source]

The binary bitwise operation | with reflected operands.

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

Added in version (cfdm): 1.11.2.0