MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / search_reverse

Function search_reverse

Lib/idlelib/SearchEngine.py:191–212  ·  view source on GitHub ↗

Search backwards and return an re match object or None. This is done by searching forwards until there is no match. Prog: compiled re object with a search method returning a match. Chars: line of text, without \n. Col: stop index for the search; the limit for match.end().

(prog, chars, col)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

search_backwardMethod · 0.85

Calls 1

searchMethod · 0.45

Tested by

no test coverage detected