blosc2.Proxy.__getitem__#

Proxy.__getitem__(item)#

Get a slice as a numpy.ndarray using the Proxy.

Parameters:

item (slice or list of slices) – The slice of the desired data.

Returns:

out – An array with the data slice.

Return type:

numpy.ndarray