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

Method close

pattern/web/pdf/psparser.py:159–161  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

157 return
158
159 def close(self):
160 self.flush()
161 return
162
163 def tell(self):
164 return self.bufpos+self.charpos

Callers

nothing calls this directly

Calls 1

flushMethod · 0.95

Tested by

no test coverage detected