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

Method flush

pattern/web/pdf/pdfinterp.py:269–271  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

267 return (pos, data)
268
269 def flush(self):
270 self.add_results(*self.popall())
271 return
272
273 KEYWORD_BI = KWD('BI')
274 KEYWORD_ID = KWD('ID')

Callers

nothing calls this directly

Calls 2

add_resultsMethod · 0.80
popallMethod · 0.80

Tested by

no test coverage detected