MCPcopy Index your code
hub / github.com/pyload/pyload / EndBracketMatch

Class EndBracketMatch

module/lib/feedparser.py:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 return EndBracketMatch(match)
244 return None
245 class EndBracketMatch:
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 1

searchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected