Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ flush
Method
flush
pattern/web/pdf/psparser.py:156–157 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
154
return
'<%s: %r, bufpos=%d>'
% (self.__class__.__name__, self.fp, self.bufpos)
155
156
def
flush(self):
157
return
158
159
def
close(self):
160
self.flush()
Callers
4
close
Method · 0.95
nextobject
Method · 0.45
_testKeys
Method · 0.45
_buildIndexCacheFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected