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

Method load_obj

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

Source from the content-addressed store, hash-verified

1502 dispatch[INST[0]] = load_inst
1503
1504 def load_obj(self):
1505 # Stack is ... markobject classobject arg1 arg2 ...
1506 args = self.pop_mark()
1507 cls = args.pop(0)
1508 self._instantiate(cls, args)
1509 dispatch[OBJ[0]] = load_obj
1510
1511 def load_newobj(self):

Callers

nothing calls this directly

Calls 3

pop_markMethod · 0.95
_instantiateMethod · 0.95
popMethod · 0.45

Tested by

no test coverage detected