cf.Data.__ixor__

Data.__ixor__(other)[source]

The augmented bitwise assignment ^=

x.__ixor__(y) <==> x^=y

Added in version (cfdm): 1.11.2.0