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

Method __dask_scheduler__

xarray/namedarray/core.py:626–630  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

624
625 @property
626 def __dask_scheduler__(self) -> SchedulerGetCallable:
627 if is_duck_dask_array(self._data):
628 return self._data.__dask_scheduler__
629 else:
630 raise AttributeError("Method requires self.data to be a dask array.")
631
632 def __dask_postcompute__(
633 self,

Callers

nothing calls this directly

Calls 1

is_duck_dask_arrayFunction · 0.90

Tested by

no test coverage detected