Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ persistent_load
Method
persistent_load
tools/python-3.11.9-amd64/Lib/pickle.py:1224–1225 ·
view source on GitHub ↗
(self, pid)
Source
from the content-addressed store, hash-verified
1222
return
items
1223
1224
def
persistent_load(self, pid):
1225
raise
UnpicklingError(
"unsupported persistent id encountered"
)
1226
1227
dispatch = {}
1228
Callers
2
load_persid
Method · 0.95
load_binpersid
Method · 0.95
Calls
1
UnpicklingError
Class · 0.85
Tested by
no test coverage detected