MCPcopy
hub / github.com/dask/dask / finalize

Function finalize

dask/delayed.py:54–59  ·  view source on GitHub ↗
(collection)

Source from the content-addressed store, hash-verified

52
53
54def finalize(collection):
55 assert is_dask_collection(collection)
56
57 name = "finalize-" + tokenize(collection)
58 expr = collections_to_expr(collection).finalize_compute()
59 return Delayed(name, expr)
60
61
62def _convert_dask_keys(keys: NestedKeys) -> List:

Callers

nothing calls this directly

Calls 5

is_dask_collectionFunction · 0.90
collections_to_exprFunction · 0.90
DelayedClass · 0.85
tokenizeFunction · 0.70
finalize_computeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…