MCPcopy 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_mainMethod · 0.45
_parse_commentMethod · 0.45
_parse_literalMethod · 0.45
_parse_numberMethod · 0.45
_parse_floatMethod · 0.45
_parse_keywordMethod · 0.45
_parse_stringMethod · 0.45
_parse_hexstringMethod · 0.45
_stripDoctypeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected