Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ __dask_optimize__
Method
__dask_optimize__
xarray/core/dataarray.py:1120–1121 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1118
1119
@property
1120
def
__dask_optimize__(self):
1121
return
self._to_temp_dataset().__dask_optimize__
1122
1123
@property
1124
def
__dask_scheduler__(self):
Callers
nothing calls this directly
Calls
1
_to_temp_dataset
Method · 0.95
Tested by
no test coverage detected