cf.Data.__ior__

Data.__ior__(other)[source]

The augmented bitwise assignment |=

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

Added in version (cfdm): 1.11.2.0