Searched refs:HTML_EMPTY (Results 1 – 2 of 2) sorted by relevance
/external/markdown/markdown/ |
D | html4.py | 47 HTML_EMPTY = ("area", "base", "basefont", "br", "col", "frame", "hr", variable 51 HTML_EMPTY = set(HTML_EMPTY) variable 175 if tag not in HTML_EMPTY:
|
/external/python/cpython2/Lib/xml/etree/ |
D | ElementTree.py | 946 HTML_EMPTY = ("area", "base", "basefont", "br", "col", "frame", "hr", variable 950 HTML_EMPTY = set(HTML_EMPTY) variable 999 if ltag not in HTML_EMPTY:
|