Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ get_start_id
Method
get_start_id
pattern/web/pdf/utils.py:187–188 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
185
return
'<ObjIdRange: %d-%d>'
% (self.get_start_id(), self.get_end_id())
186
187
def
get_start_id(self):
188
return
self.start
189
190
def
get_end_id(self):
191
return
self.start + self.nobjs - 1
Callers
3
__repr__
Method · 0.95
get_objids
Method · 0.80
get_pos
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected