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

Method get_end_id

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

Source from the content-addressed store, hash-verified

188 return self.start
189
190 def get_end_id(self):
191 return self.start + self.nobjs - 1
192
193 def get_nobjs(self):
194 return self.nobjs

Callers 3

__repr__Method · 0.95
get_objidsMethod · 0.80
get_posMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected