cf.Data.__xor__

Data.__xor__(other)[source]

The binary bitwise operation ^

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

New in version (cfdm): 1.11.2.0