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

Method load_binpersid

Lib/pickle.py:1365–1367  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1363 dispatch[PERSID[0]] = load_persid
1364
1365 def load_binpersid(self):
1366 pid = self.stack.pop()
1367 self.append(self.persistent_load(pid))
1368 dispatch[BINPERSID[0]] = load_binpersid
1369
1370 def load_none(self):

Callers

nothing calls this directly

Calls 3

persistent_loadMethod · 0.95
popMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected