(hlg)
| 1012 | |
| 1013 | @normalize_token.register(HighLevelGraph) |
| 1014 | def 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())) |
nothing calls this directly
no test coverage detected
searching dependent graphs…