MCPcopy Index your code
hub / github.com/clips/pattern / flush

Method flush

pattern/web/pdf/psparser.py:649–650  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

647 import StringIO
648 class MyParser(PSBaseParser):
649 def flush(self):
650 self.add_results(*self.popall())
651 parser = MyParser(StringIO.StringIO(s))
652 r = []
653 try:

Callers

nothing calls this directly

Calls 2

add_resultsMethod · 0.80
popallMethod · 0.80

Tested by

no test coverage detected