blosc2.LazyArray.__getitem__#

abstract LazyArray.__getitem__(item)#

Return a NumPy.ndarray containing the evaluation of the LazyArray.

Parameters:

item (int, slice or sequence of slices) – The slice(s) to be retrieved. Note that step parameter is not honored yet.

Returns:

out – An array with the data containing the slice evaluated.

Return type:

np.ndarray