Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
This module saves and reloads compressed representations of generic Python
4
objects to and
from
the disk.
Callers
nothing calls this directly
Calls
4
isfile
Method · 0.80
load
Function · 0.70
Object
Class · 0.70
save
Function · 0.70
Tested by
no test coverage detected