MCPcopy Create free account
hub / github.com/dask/dask / get_dependencies

Function get_dependencies

dask/core.py:196–201  ·  view source on GitHub ↗
(
    dsk: Graph,
    key: Key | None = ...,
    task: Key | NoDefault = ...,
    as_list: Literal[False] = ...,
)

Source from the content-addressed store, hash-verified

194
195@overload
196def get_dependencies(
197 dsk: Graph,
198 key: Key | None = ...,
199 task: Key | NoDefault = ...,
200 as_list: Literal[False] = ...,
201) -> set[Key]: ...
202
203
204@overload

Callers 15

to_graphvizFunction · 0.90
_to_cytoscape_jsonFunction · 0.90
get_asyncFunction · 0.90
cullFunction · 0.90
fuse_linearFunction · 0.90
inlineFunction · 0.90
inline_functionsFunction · 0.90
fuseFunction · 0.90
__getitem__Method · 0.90
with_depsFunction · 0.90

Calls 1

keys_in_tasksFunction · 0.85

Tested by 8

with_depsFunction · 0.72