cf.Field.__ior__

Field.__ior__(other)[source]

The augmented arithmetic assignment |=

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

Previous topic

cf.Field.__iand__

Next topic

cf.Field.__ixor__

This Page