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

Method __dask_scheduler__

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

Source from the content-addressed store, hash-verified

1122
1123 @property
1124 def __dask_scheduler__(self):
1125 return self._to_temp_dataset().__dask_scheduler__
1126
1127 def __dask_postcompute__(self):
1128 func, args = self._to_temp_dataset().__dask_postcompute__()

Callers

nothing calls this directly

Calls 1

_to_temp_datasetMethod · 0.95

Tested by

no test coverage detected