zcollection.variable.array.Array.isel#

Array.isel(key)#

Return a new variable with data selected along the given dimension indices.

Parameters:
  • key (tuple[slice, ...]) – Dimension indices to select

  • self (T) –

Returns:

The new variable

Return type:

T