symmetric_difference#

IndexSet1D.symmetric_difference(other)[source]#

Return a new IndexSet1D with elements in either the IndexSet1D or other but not both.

The new IndexSet1D will have the same name attribute as the original.

Parameters:
otheriterable
Returns:
IndexSet1D