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

Method flush

pattern/web/pdf/pdfparser.py:774–776  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

772 return
773
774 def flush(self):
775 self.add_results(*self.popall())
776 return
777
778 def do_keyword(self, pos, token):
779 if token is self.KEYWORD_R:

Callers

nothing calls this directly

Calls 2

add_resultsMethod · 0.80
popallMethod · 0.80

Tested by

no test coverage detected