MCPcopy Create free account
hub / github.com/dask/dask / _getitem

Function _getitem

dask/array/_array_expr/_shuffle.py:201–202  ·  view source on GitHub ↗
(obj, index)

Source from the content-addressed store, hash-verified

199
200
201def _getitem(obj, index):
202 return getitem(obj, index[1])
203
204
205def concatenate_arrays(arrs, sorter, axis):

Callers

nothing calls this directly

Calls 1

getitemFunction · 0.90

Tested by

no test coverage detected