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

Method __dask_postcompute__

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

Source from the content-addressed store, hash-verified

574 return new_collection(self.expr.optimize(fuse=fuse))
575
576 def __dask_postcompute__(self):
577 state = new_collection(self.expr.lower_completely())
578 if type(self) != type(state):
579 return state.__dask_postcompute__()
580 return _concat, ()
581
582 @staticmethod
583 def _postpersist(futures, meta, divisions, name):

Callers

nothing calls this directly

Calls 3

new_collectionFunction · 0.90
lower_completelyMethod · 0.80
__dask_postcompute__Method · 0.45

Tested by

no test coverage detected