Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ start
Method
start
pattern/web/feed/feedparser.py:259–260 ·
view source on GitHub ↗
(self, n)
Source
from the content-addressed store, hash-verified
257
def
__init__(self, match):
258
self.match = match
259
def
start(self, n):
260
return
self.match.end(n)
261
endbracket = _EndBracketRegEx()
262
263
Callers
11
__init__
Method · 0.45
_parse_article_sections
Method · 0.45
_parse_main
Method · 0.45
_parse_comment
Method · 0.45
_parse_literal
Method · 0.45
_parse_number
Method · 0.45
_parse_float
Method · 0.45
_parse_keyword
Method · 0.45
_parse_string
Method · 0.45
_parse_hexstring
Method · 0.45
_stripDoctype
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected