MCPcopy
hub / github.com/dask/dask / __dask_postpersist__

Method __dask_postpersist__

dask/array/_array_expr/_collection.py:55–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 return finalize, ()
54
55 def __dask_postpersist__(self):
56 state = self.expr.lower_completely()
57 return from_graph, (
58 state._meta,
59 state.chunks,
60 # FIXME: This is using keys of the unoptimized graph
61 list(flatten(state.__dask_keys__())),
62 key_split(state._name),
63 )
64
65 @property
66 def dask(self):

Callers

nothing calls this directly

Calls 4

flattenFunction · 0.90
key_splitFunction · 0.90
lower_completelyMethod · 0.80
__dask_keys__Method · 0.45

Tested by

no test coverage detected