Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ __dask_graph__
Method
__dask_graph__
dask/tests/test_delayed.py:37–38 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
35
return
self._keys
36
37
def
__dask_graph__(self):
38
return
self._dask
39
40
def
__dask_keys__(self):
41
return
self._keys
Callers
3
test_method_getattr_call_same_task
Function · 0.45
test_annotations_survive_optimization
Function · 0.45
test_delayed_fusion
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected