Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/html/
Dparser.py28 piclose = re.compile('>') variable
291 match = piclose.search(rawdata, i+2) # >
/external/python/cpython2/Lib/
DHTMLParser.py23 piclose = re.compile('>') variable
273 match = piclose.search(rawdata, i+2) # >
Dsgmllib.py36 piclose = re.compile('>') variable
226 match = piclose.search(rawdata, i+2)