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

Method load_binpersid

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

Source from the content-addressed store, hash-verified

1389 dispatch[PERSID[0]] = load_persid
1390
1391 def load_binpersid(self):
1392 pid = self.stack.pop()
1393 self.append(self.persistent_load(pid))
1394 dispatch[BINPERSID[0]] = load_binpersid
1395
1396 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