Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ dask
Method
dask
dask/array/_array_expr/_collection.py:66–67 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
64
65
@property
66
def
dask(self):
67
return
self.__dask_graph__()
68
69
def
__dask_graph__(self):
70
out = self.expr.lower_completely()
Callers
nothing calls this directly
Calls
1
__dask_graph__
Method · 0.95
Tested by
no test coverage detected