Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ get_objids
Method
get_objids
pattern/web/pdf/pdfparser.py:139–140 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
137
return
self.trailer
138
139
def
get_objids(self):
140
return
self.offsets.iterkeys()
141
142
def
get_pos(self, objid):
143
try
:
Callers
nothing calls this directly
Calls
1
iterkeys
Method · 0.80
Tested by
no test coverage detected