MCPcopy Index your code
hub / github.com/dask/dask / register_highlevelgraph

Function register_highlevelgraph

dask/highlevelgraph.py:1014–1017  ·  view source on GitHub ↗
(hlg)

Source from the content-addressed store, hash-verified

1012
1013@normalize_token.register(HighLevelGraph)
1014def register_highlevelgraph(hlg):
1015 # Note: Layer keys are not necessarily identifying HLGs uniquely
1016 # see https://github.com/dask/dask/issues/9888
1017 return normalize_token(list(hlg.layers.keys()))

Callers

nothing calls this directly

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…