The augmented bitwise assignment ^=
x.__ixor__(y) <==> x^=y
cf.FieldList.__ior__
cf.FieldList.__ilshift__
Enter search terms or a module, class or function name.