Home
last modified time | relevance | path

Searched refs:_match_stringre (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/idlelib/
Dpyparse.py53 _match_stringre = re.compile(r""" variable
436 p = _match_stringre(code, p, q).end()
531 i = _match_stringre(code, i, endpos).end()