MCPcopy
hub / github.com/pyload/pyload / start

Method start

module/lib/feedparser.py:248–249  ·  view source on GitHub ↗
(self, n)

Source from the content-addressed store, hash-verified

246 def __init__(self, match):
247 self.match = match
248 def start(self, n):
249 return self.match.end(n)
250 sgmllib.endbracket = EndBracketRegEx()
251
252SUPPORTED_VERSIONS = {'': 'unknown',

Callers 7

feedparser.pyFile · 0.45
_stripDoctypeFunction · 0.45
parse_ruleMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
__enter__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected