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