Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/cpython
/ PersUnpickler
Class
PersUnpickler
Lib/test/test_pickle.py:221–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
self.assertIsNone(r())
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
3
loads
Method · 0.70
test_unpickler_super
Method · 0.70
test_unpickler_super_instance_attribute
Method · 0.70
Calls
no outgoing calls
Tested by
3
loads
Method · 0.56
test_unpickler_super
Method · 0.56
test_unpickler_super_instance_attribute
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…