Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ with_deps
Function
with_deps
dask/tests/test_optimization.py:48–49 ·
view source on GitHub ↗
(dsk)
Source
from the content-addressed store, hash-verified
46
47
48
def
with_deps(dsk):
49
return
dsk, {k: get_dependencies(dsk, k)
for
k in dsk}
50
51
52
def
test_fuse():
Callers
5
test_fuse
Function · 0.85
test_fuse_keys
Function · 0.85
test_fuse_reductions_single_input
Function · 0.85
test_fuse_stressed
Function · 0.85
test_fuse_reductions_multiple_input
Function · 0.85
Calls
1
get_dependencies
Function · 0.90
Tested by
no test coverage detected