MCPcopy Index your code
hub / github.com/python/cpython / persistent_load

Method persistent_load

Lib/pickle.py:1363–1364  ·  view source on GitHub ↗
(self, pid)

Source from the content-addressed store, hash-verified

1361 return items
1362
1363 def persistent_load(self, pid):
1364 raise UnpicklingError("unsupported persistent id encountered")
1365
1366 dispatch = {}
1367

Callers 2

load_persidMethod · 0.95
load_binpersidMethod · 0.95

Calls 1

UnpicklingErrorClass · 0.85

Tested by

no test coverage detected