Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_results
Method · 0.80
popall
Method · 0.80
Tested by
no test coverage detected