Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ convert_key
Function
convert_key
dask/array/_shuffle.py:325–328 ·
view source on GitHub ↗
(key, chunk, axis)
Source
from the content-addressed store, hash-verified
323
324
325
def
convert_key(key, chunk, axis):
326
key = list(key)
327
key.insert(axis, chunk)
328
return
tuple(key)
Callers
1
_shuffle
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…