MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / load_binpersid

Method load_binpersid

tools/python-3.11.9-amd64/Lib/pickle.py:1252–1254  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1250 dispatch[PERSID[0]] = load_persid
1251
1252 def load_binpersid(self):
1253 pid = self.stack.pop()
1254 self.append(self.persistent_load(pid))
1255 dispatch[BINPERSID[0]] = load_binpersid
1256
1257 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