MCPcopy
hub / github.com/dask/dask / convert_key

Function convert_key

dask/array/_array_expr/_shuffle.py:213–216  ·  view source on GitHub ↗
(key, chunk, axis)

Source from the content-addressed store, hash-verified

211
212
213def convert_key(key, chunk, axis):
214 key = list(key)
215 key.insert(axis, chunk)
216 return tuple(key)

Callers 1

_layerMethod · 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…