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

Method __dask_postcompute__

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

Source from the content-addressed store, hash-verified

4802 )
4803
4804 def __dask_postcompute__(self):
4805 return first, ()
4806
4807 def to_series(self, index=0) -> Series:
4808 return new_collection(expr.ScalarToSeries(self, index=index))

Callers 1

__dask_postcompute__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected