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

Method __dask_postpersist__

dask/dataframe/dask_expr/_collection.py:592–599  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

590 )
591
592 def __dask_postpersist__(self):
593 return FrameBase._postpersist, (
594 self._meta,
595 self.divisions,
596 # Note: This prefix is wrong since optimization may actually yield a
597 # different one. That's should only be an issue for visualization.
598 key_split(self._name),
599 )
600
601 def __getattr__(self, key):
602 try:

Callers

nothing calls this directly

Calls 1

key_splitFunction · 0.90

Tested by

no test coverage detected