Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
201
def
_getitem(obj, index):
202
return
getitem(obj, index[1])
203
204
205
def
concatenate_arrays(arrs, sorter, axis):
Callers
nothing calls this directly
Calls
1
getitem
Function · 0.90
Tested by
no test coverage detected