MCPcopy 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_loadMethod · 0.95

Calls 4

superClass · 0.85
appendMethod · 0.45
assertRaisesMethod · 0.45
persistent_loadMethod · 0.45

Tested by

no test coverage detected