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