Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ persistent_load
Method
persistent_load
Lib/pickle.py:1363–1364 ·
view source on GitHub ↗
(self, pid)
Source
from the content-addressed store, hash-verified
1361
return
items
1362
1363
def
persistent_load(self, pid):
1364
raise
UnpicklingError(
"unsupported persistent id encountered"
)
1365
1366
dispatch = {}
1367
Callers
2
load_persid
Method · 0.95
load_binpersid
Method · 0.95
Calls
1
UnpicklingError
Class · 0.85
Tested by
no test coverage detected