Searched defs:entitydefs (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | htmlentitydefs.py | 264 entitydefs = {} variable |
D | HTMLParser.py | 446 entitydefs = None variable in HTMLParser |
D | sgmllib.py | 415 entitydefs = \ variable in SGMLParser |
D | xmllib.py | 770 entitydefs = {'lt': '<', # must use charref variable in XMLParser |
/external/python/cpython3/Lib/html/ | ||
D | entities.py | 2503 entitydefs = {} variable |