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

Method start

pattern/text/tree.py:291–292  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

289
290 @property
291 def start(self):
292 return self.words[0].index
293 @property
294 def stop(self):
295 return self.words[-1].index + 1

Callers 1

find_chunksFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected