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

Method __repr__

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

Source from the content-addressed store, hash-verified

182 return
183
184 def __repr__(self):
185 return '<ObjIdRange: %d-%d>' % (self.get_start_id(), self.get_end_id())
186
187 def get_start_id(self):
188 return self.start

Callers

nothing calls this directly

Calls 2

get_start_idMethod · 0.95
get_end_idMethod · 0.95

Tested by

no test coverage detected