Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ copyreg.py
File
copyreg.py
Lib/copyreg.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Helper to provide extensibility
for
pickle.
2
3
This is only useful to add pickle support
for
extension types defined in
4
C, not
for
instances of user-defined classes.
Callers
nothing calls this directly
Calls
1
pickle
Function · 0.85
Tested by
no test coverage detected