MCPcopy Index your code
hub / github.com/RustPython/RustPython / persistent_load

Method persistent_load

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

Source from the content-addressed store, hash-verified

1335 return items
1336
1337 def persistent_load(self, pid):
1338 raise UnpicklingError("unsupported persistent id encountered")
1339
1340 dispatch = {}
1341

Callers 2

load_persidMethod · 0.95
load_binpersidMethod · 0.95

Calls 1

UnpicklingErrorClass · 0.85

Tested by

no test coverage detected