MCPcopy 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

loadsMethod · 0.70
test_unpickler_superMethod · 0.70

Calls

no outgoing calls

Tested by 3

loadsMethod · 0.56
test_unpickler_superMethod · 0.56