MCPcopy
hub / github.com/dask/dask / _unique_dep

Function _unique_dep

dask/blockwise.py:1206–1208  ·  view source on GitHub ↗
(dep, ind)

Source from the content-addressed store, hash-verified

1204
1205
1206def _unique_dep(dep, ind):
1207 # Append blockwise index information to dependency name
1208 return dep + "_" + "_".join(str(i) for i in list(ind))
1209
1210
1211def _can_fuse_annotations(a: dict | None, b: dict | None) -> bool:

Callers 1

rewrite_blockwiseFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…