Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ get_pos
Method
get_pos
pattern/web/pdf/pdfparser.py:142–147 ·
view source on GitHub ↗
(self, objid)
Source
from the content-addressed store, hash-verified
140
return
self.offsets.iterkeys()
141
142
def
get_pos(self, objid):
143
try
:
144
(genno, pos) = self.offsets[objid]
145
except
KeyError:
146
raise
147
return
(None, pos)
148
149
150
## PDFXRefStream
Callers
1
getobj
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected