MCPcopy
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
28def dump_obj(obj, filename):
29 with open(str(PICKLE_DIRECTORY / filename), "wb") as f:
30 cloudpickle.dump(obj, f)
31
32
33def nested_function_factory():

Callers 1

Calls 1

dumpMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…