MCPcopy Index your code
hub / github.com/clips/pattern / EndBracketMatch

Class EndBracketMatch

pattern/web/feed/feedparser.py:256–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254 return EndBracketMatch(match)
255 return None
256 class EndBracketMatch:
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 1

searchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…