symmetric_difference#

IndexSetND.symmetric_difference(other)[source]#

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

The new IndexSetND will have the same names attribute as the original.

Parameters:
otheriterable
Returns:
IndexSetND