Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_data
Method · 0.95
Calls
1
fillfp
Method · 0.95
Tested by
no test coverage detected