MCPcopy 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

flushMethod · 0.80
do_keywordMethod · 0.80
flushMethod · 0.80
flushMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected