Searched defs:HTML_EMPTY (Results 1 – 3 of 3) 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
|
/external/python/cpython3/Lib/xml/etree/ |
D | ElementTree.py | 949 HTML_EMPTY = ("area", "base", "basefont", "br", "col", "frame", "hr", variable 953 HTML_EMPTY = set(HTML_EMPTY) variable
|
/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
|