Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ load_tuple
Method
load_tuple
Lib/pickle.py:1574–1576 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1572
dispatch[SHORT_BINUNICODE[0]] = load_short_binunicode
1573
1574
def
load_tuple(self):
1575
items = self.pop_mark()
1576
self.append(tuple(items))
1577
dispatch[TUPLE[0]] = load_tuple
1578
1579
def
load_empty_tuple(self):
Callers
nothing calls this directly
Calls
2
pop_mark
Method · 0.95
append
Method · 0.45
Tested by
no test coverage detected