difference#

IndexSetND.difference(*others)[source]#

Return a new IndexSetND with elements in the IndexSetND that are not in the others.

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

Parameters:
*othersiterable
Returns:
IndexSetND