Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsgmllib.py62 entity_or_charref = re.compile('&(?:' variable in SGMLParser
289 attrvalue = self.entity_or_charref.sub(
/external/python/cpython2/Lib/test/
Dtest_sgmllib.py70 entity_or_charref = re.compile('(?:&([a-zA-Z][-.a-zA-Z0-9]*)' variable in HTMLEntityCollector