Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ __dask_graph__
Method
__dask_graph__
dask/delayed.py:701–702 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
699
return
self._dask
700
701
def
__dask_graph__(self) -> Graph:
702
return
self.dask
703
704
def
__dask_keys__(self) -> NestedKeys:
705
return
[self.key]
Callers
3
_finalize_args_collections
Function · 0.45
unpack_collections
Function · 0.45
to_task_dask
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected