MCPcopy Create free account
hub / github.com/dask/dask / register_highlevelgraph

Function register_highlevelgraph

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected