MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-189972.py

File recipe-189972.py

recipes/Python/189972_Zip_and_Pickle/recipe-189972.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Generic object pickler and compressor
2
3This module saves and reloads compressed representations of generic Python
4objects to and from the disk.

Callers

nothing calls this directly

Calls 4

isfileMethod · 0.80
loadFunction · 0.70
ObjectClass · 0.70
saveFunction · 0.70

Tested by

no test coverage detected