cf.Bounds.__ixor__

Bounds.__ixor__(y)[source]

The augmented bitwise assignment ^=

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