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

Method seek

pattern/web/pdf/pdfinterp.py:223–226  ·  view source on GitHub ↗
(self, pos)

Source from the content-addressed store, hash-verified

221 return
222
223 def seek(self, pos):
224 self.fillfp()
225 PSStackParser.seek(self, pos)
226 return
227
228 def fillbuf(self):
229 if self.charpos < len(self.buf): return

Callers 1

get_inline_dataMethod · 0.95

Calls 1

fillfpMethod · 0.95

Tested by

no test coverage detected