cf
Field.
__ror__
The binary bitwise operation | with reflected operands
|
x.__ror__(y) <==> y|x
cf.Field.__rand__
cf.Field.__rxor__