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

Method load_inst

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

Source from the content-addressed store, hash-verified

1495 self.append(value)
1496
1497 def load_inst(self):
1498 module = self.readline()[:-1].decode("ascii")
1499 name = self.readline()[:-1].decode("ascii")
1500 klass = self.find_class(module, name)
1501 self._instantiate(klass, self.pop_mark())
1502 dispatch[INST[0]] = load_inst
1503
1504 def load_obj(self):

Callers

nothing calls this directly

Calls 5

find_classMethod · 0.95
_instantiateMethod · 0.95
pop_markMethod · 0.95
decodeMethod · 0.45
readlineMethod · 0.45

Tested by

no test coverage detected