Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ popall
Method
popall
pattern/web/pdf/psparser.py:502–505 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
500
return
objs
501
502
def
popall(self):
503
objs = self.curstack
504
self.curstack = []
505
return
objs
506
507
def
add_results(self, *objs):
508
if
2 <= self.debug:
Callers
4
flush
Method · 0.80
do_keyword
Method · 0.80
flush
Method · 0.80
flush
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected