Home
last modified time | relevance | path

Searched defs:tagfind_tolerant (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/html/
Dparser.py36 tagfind_tolerant = re.compile(r'([a-zA-Z][^\t\n\r\f />\x00]*)(?:\s|/(?!>))*') variable
/external/python/cpython2/Lib/
DHTMLParser.py31 tagfind_tolerant = re.compile('[a-zA-Z][^\t\n\r\f />\x00]*') variable