Home
last modified time | relevance | path

Searched defs:short_empty_elements (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/xml/etree/
DElementTree.py684 short_empty_elements=True): argument
851 short_empty_elements, **kwargs): argument
1069 short_empty_elements=True): argument
1110 short_empty_elements=True): argument
/external/python/cpython3/Lib/xml/sax/
Dsaxutils.py114 def __init__(self, out=None, encoding="iso-8859-1", short_empty_elements=False): argument