Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudpipe/cloudpickle
/ dump_obj
Function
dump_obj
tests/generate_old_pickles.py:28–30 ·
view source on GitHub ↗
(obj, filename)
Source
from the content-addressed store, hash-verified
26
27
28
def
dump_obj(obj, filename):
29
with
open(str(PICKLE_DIRECTORY / filename),
"wb"
)
as
f:
30
cloudpickle.dump(obj, f)
31
32
33
def
nested_function_factory():
Callers
1
generate_old_pickles.py
File · 0.85
Calls
1
dump
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…