Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ pop
Method
pop
pattern/web/pdf/psparser.py:497–500 ·
view source on GitHub ↗
(self, n)
Source
from the content-addressed store, hash-verified
495
return
496
497
def
pop(self, n):
498
objs = self.curstack[-n:]
499
self.curstack[-n:] = []
500
return
objs
501
502
def
popall(self):
503
objs = self.curstack
Callers
15
load_trailer
Method · 0.45
do_keyword
Method · 0.45
do_keyword
Method · 0.45
end_figure
Method · 0.45
end_textbox
Method · 0.45
get_textboxes
Method · 0.45
group_textboxes
Method · 0.45
end_tag
Method · 0.45
do_tag
Method · 0.45
do_keyword
Method · 0.45
nexttoken
Method · 0.45
end_type
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected