Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
DHTMLParser.py24 commentclose = re.compile(r'--\s*>') variable
Dxmllib.py71 commentclose = re.compile('-->') variable
430 res = commentclose.search(rawdata, i+4)