Home
last modified time | relevance | path

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

/third_party/python/Lib/
D_markupbase.py12 _commentclose = re.compile(r'--\s*>') variable
169 match = _commentclose.search(rawdata, i+4)