Home
last modified time | relevance | path

Searched defs:tagfind (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
DHTMLParser.py29 tagfind = re.compile('([a-zA-Z][^\t\n\r\f />\x00]*)(?:\s|/(?!>))*') variable
Dsgmllib.py38 tagfind = re.compile('[a-zA-Z][-_.a-zA-Z0-9]*') variable
Dxmllib.py46 tagfind = re.compile(_Name) variable