Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ PersUnpickler
Class
PersUnpickler
Lib/test/test_pickle.py:293–295 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
291
self.assertIsNone(r())
292
293
class
PersUnpickler(self.unpickler):
294
def
persistent_load(subself, pid):
295
return
pid
296
check(PersUnpickler)
297
298
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