prune_nest_at_indices#

ivy.prune_nest_at_indices(nest, indices, /)[source]#

Prune a nested object at specified indices.

Parameters:
  • nest (Iterable) – The nested object to prune.

  • indices (Tuple) – A tuple of tuples of indices for the indices at which to prune.

Return type:

None