Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ persistent_load
Method
persistent_load
Lib/test/test_pickle.py:222–223 ·
view source on GitHub ↗
(subself, pid)
Source
from the content-addressed store, hash-verified
220
221
class
PersUnpickler(self.unpickler):
222
def
persistent_load(subself, pid):
223
return
pid
224
check(PersUnpickler)
225
226
class
PersUnpickler(self.unpickler):
Callers
1
persistent_load
Method · 0.95
Calls
4
super
Class · 0.85
append
Method · 0.45
assertRaises
Method · 0.45
persistent_load
Method · 0.45
Tested by
no test coverage detected