cf.FieldList.__ror__

FieldList.__ror__(y)[source]

The binary bitwise operation | with reflected operands

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

Previous topic

cf.FieldList.__rand__

Next topic

cf.FieldList.__rxor__

This Page