MCPcopy 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

closeMethod · 0.95
nextobjectMethod · 0.45
_testKeysMethod · 0.45
_buildIndexCacheFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected