Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ start
Method
start
pattern/text/search.py:932–933 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
930
931
@property
932
def
start(self):
933
return
self.words and self.words[0].index or None
934
@property
935
def
stop(self):
936
return
self.words and self.words[-1].index+1 or None
Callers
1
fromstring
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected