Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ load_pop_mark
Method
load_pop_mark
Lib/pickle.py:1748–1749 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1746
dispatch[POP[0]] = load_pop
1747
1748
def
load_pop_mark(self):
1749
self.pop_mark()
1750
dispatch[POP_MARK[0]] = load_pop_mark
1751
1752
def
load_dup(self):
Callers
nothing calls this directly
Calls
1
pop_mark
Method · 0.95
Tested by
no test coverage detected