zcollection.variable.delayed_array.DelayedArray.isel#

DelayedArray.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