Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ seek
Method
seek
pattern/web/pdf/psparser.py:488–491 ·
view source on GitHub ↗
(self, pos)
Source
from the content-addressed store, hash-verified
486
return
487
488
def
seek(self, pos):
489
PSBaseParser.seek(self, pos)
490
self.reset()
491
return
492
493
def
push(self, *objs):
494
self.curstack.extend(objs)
Callers
nothing calls this directly
Calls
2
reset
Method · 0.95
seek
Method · 0.45
Tested by
no test coverage detected