MCPcopy
hub / github.com/pydata/xarray / __dask_postcompute__

Method __dask_postcompute__

xarray/core/dataarray.py:1127–1129  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1125 return self._to_temp_dataset().__dask_scheduler__
1126
1127 def __dask_postcompute__(self):
1128 func, args = self._to_temp_dataset().__dask_postcompute__()
1129 return self._dask_finalize, (self.name, func) + args
1130
1131 def __dask_postpersist__(self):
1132 func, args = self._to_temp_dataset().__dask_postpersist__()

Callers

nothing calls this directly

Calls 1

_to_temp_datasetMethod · 0.95

Tested by

no test coverage detected