Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ __dask_graph__
Method
__dask_graph__
dask/array/_array_expr/_collection.py:69–71 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
67
return
self.__dask_graph__()
68
69
def
__dask_graph__(self):
70
out = self.expr.lower_completely()
71
return
out.__dask_graph__()
72
73
def
__dask_keys__(self):
74
out = self.expr.lower_completely()
Callers
2
dask
Method · 0.95
create_array_collection
Function · 0.45
Calls
1
lower_completely
Method · 0.80
Tested by
no test coverage detected