Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/html/
Dparser.py56 endendtag = re.compile('>') variable
389 match = endendtag.search(rawdata, i+1) # >
/external/python/cpython2/Lib/
DHTMLParser.py51 endendtag = re.compile('>') variable
369 match = endendtag.search(rawdata, i+1) # >