cf.FieldList.__ior__

FieldList.__ior__(y)[source]

The augmented bitwise assignment |=

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

Previous topic

cf.FieldList.__iand__

Next topic

cf.FieldList.__ixor__

This Page