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

Method pop_mark

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

Source from the content-addressed store, hash-verified

1216
1217 # Return a list of items pushed in the stack after last MARK instruction.
1218 def pop_mark(self):
1219 items = self.stack
1220 self.stack = self.metastack.pop()
1221 self.append = self.stack.append
1222 return items
1223
1224 def persistent_load(self, pid):
1225 raise UnpicklingError("unsupported persistent id encountered")

Callers 11

load_tupleMethod · 0.95
load_frozensetMethod · 0.95
load_listMethod · 0.95
load_dictMethod · 0.95
load_instMethod · 0.95
load_objMethod · 0.95
load_popMethod · 0.95
load_pop_markMethod · 0.95
load_appendsMethod · 0.95
load_setitemsMethod · 0.95
load_additemsMethod · 0.95

Calls 1

popMethod · 0.45

Tested by

no test coverage detected