Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ load_pop
Method
load_pop
tools/python-3.11.9-amd64/Lib/pickle.py:1593–1597 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1591
dispatch[REDUCE[0]] = load_reduce
1592
1593
def
load_pop(self):
1594
if
self.stack:
1595
del self.stack[-1]
1596
else
:
1597
self.pop_mark()
1598
dispatch[POP[0]] = load_pop
1599
1600
def
load_pop_mark(self):
Callers
nothing calls this directly
Calls
1
pop_mark
Method · 0.95
Tested by
no test coverage detected