Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ __dask_postcompute__
Method
__dask_postcompute__
xarray/core/dataset.py:693–694 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
691
return
da.Array.__dask_scheduler__
692
693
def
__dask_postcompute__(self):
694
return
self._dask_postcompute, ()
695
696
def
__dask_postpersist__(self):
697
return
self._dask_postpersist, ()
Callers
1
_dask_postcompute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected