sets.BaseSet.__xor__

BaseSet.__xor__(other)[source]

Return the symmetric difference of two sets as a new set.

(I.e. all elements that are in exactly one of the sets.)