Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ pickle.py
File
pickle.py
Lib/pickle.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Create portable serialized representations of Python objects.
2
3
See module copyreg
for
a mechanism
for
registering custom picklers.
4
See module pickletools source
for
extensive comments.
Callers
nothing calls this directly
Calls
5
isupper
Method · 0.80
_main
Function · 0.70
append
Method · 0.45
extend
Method · 0.45
startswith
Method · 0.45
Tested by
no test coverage detected