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

Method _postpersist

dask/dataframe/dask_expr/_collection.py:583–590  ·  view source on GitHub ↗
(futures, meta, divisions, name)

Source from the content-addressed store, hash-verified

581
582 @staticmethod
583 def _postpersist(futures, meta, divisions, name):
584 return from_graph(
585 futures,
586 meta,
587 divisions,
588 sorted(futures),
589 name,
590 )
591
592 def __dask_postpersist__(self):
593 return FrameBase._postpersist, (

Callers

nothing calls this directly

Calls 1

from_graphFunction · 0.70

Tested by

no test coverage detected