intersection#

IndexSetND.intersection(*others)[source]#

Return a new IndexSetND with elements common to the IndexSetND and all others.

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

Parameters:
*othersiterable
Returns:
IndexSetND