Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ __dask_keys__
Method
__dask_keys__
dask/delayed.py:704–705 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
702
return
self.dask
703
704
def
__dask_keys__(self) -> NestedKeys:
705
return
[self.key]
706
707
def
__dask_layers__(self) -> Sequence[str]:
708
return
(self._layer,)
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