cf.Field.__ror__

Field.__ror__(y)

The binary bitwise operation | with reflected operands

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