MCPcopy Index your code
hub / github.com/RustPython/RustPython / load_pop_mark

Method load_pop_mark

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

Source from the content-addressed store, hash-verified

1715 dispatch[POP[0]] = load_pop
1716
1717 def load_pop_mark(self):
1718 self.pop_mark()
1719 dispatch[POP_MARK[0]] = load_pop_mark
1720
1721 def load_dup(self):

Callers

nothing calls this directly

Calls 1

pop_markMethod · 0.95

Tested by

no test coverage detected