Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dmarkupbase.py13 _commentclose = re.compile(r'--\s*>') variable
173 match = _commentclose.search(rawdata, i+4)
/external/python/cpython3/Lib/
D_markupbase.py12 _commentclose = re.compile(r'--\s*>') variable
172 match = _commentclose.search(rawdata, i+4)