Home
last modified time | relevance | path

Searched refs:tostringlist (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/test/support/
Dtestresult.py183 for s in ET.tostringlist(result.get_xml_element()):
/third_party/python/Lib/test/
Dtest_xml_etree.py538 self.assertEqual(b"".join(ET.tostringlist(element)),
1015 ''.join(ET.tostringlist(elem, encoding='unicode')),
1019 … ''.join(ET.tostringlist(elem, encoding='unicode', default_namespace='http://effbot.org/ns')),
1026 ''.join(ET.tostringlist(elem, encoding='unicode')),
1030 b''.join(ET.tostringlist(elem, xml_declaration=True)),
1035 stringlist = ET.tostringlist(elem, encoding='unicode', xml_declaration=True)
3824 ''.join(ET.tostringlist(root, 'unicode')))
3827 b''.join(ET.tostringlist(root, 'utf-16')))
/third_party/python/Lib/test/libregrtest/
Dmain.py583 for s in ET.tostringlist(root):
/third_party/python/Doc/library/
Dxml.etree.elementtree.rst723 .. function:: tostringlist(element, encoding="us-ascii", method="xml", *, \
735 except that ``b"".join(tostringlist(element)) == tostring(element)``.
746 The :func:`tostringlist` function now preserves the attribute order
/third_party/python/Lib/xml/etree/
DElementTree.py1133 def tostringlist(element, encoding=None, method=None, *, function
/third_party/python/Misc/NEWS.d/
D3.8.0a4.rst614 ElementTree.tostringlist().
/third_party/python/Doc/whatsnew/
D3.2.rst729 * :func:`xml.etree.ElementTree.tostringlist` for string representation
D3.4.rst1773 :func:`~xml.etree.ElementTree.tostringlist` functions, and the