Home
last modified time | relevance | path

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

/external/python/cpython3/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()
/external/python/cpython2/Lib/idlelib/
DPyParse.py46 _match_stringre = re.compile(r""" variable
436 p = _match_stringre(str, p, q).end()
529 i = _match_stringre(str, i, endpos).end()