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

Method get_objids

pattern/web/pdf/pdfparser.py:190–194  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

188 return self.trailer
189
190 def get_objids(self):
191 for objid_range in self.objid_ranges:
192 for x in xrange(objid_range.get_start_id(), objid_range.get_end_id()+1):
193 yield x
194 return
195
196 def get_pos(self, objid):
197 offset = 0

Callers

nothing calls this directly

Calls 2

get_start_idMethod · 0.80
get_end_idMethod · 0.80

Tested by

no test coverage detected