Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ test_dumps_loads
Function
test_dumps_loads
dask/tests/test_multiprocessing.py:138–140 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
137
138
def
test_dumps_loads():
139
with
dask.config.set(func_dumps=pickle.dumps, func_loads=pickle.loads):
140
assert get({
"x"
: 1,
"y"
: (add,
"x"
, 2)},
"y"
) == 3
141
142
143
def
test_fuse_doesnt_clobber_intermediates():
Callers
nothing calls this directly
Calls
2
get
Function · 0.90
set
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…