Searched refs:tostringlist (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/test/support/ |
D | testresult.py | 183 for s in ET.tostringlist(result.get_xml_element()):
|
/third_party/python/Lib/test/ |
D | test_xml_etree.py | 538 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/ |
D | main.py | 583 for s in ET.tostringlist(root):
|
/third_party/python/Doc/library/ |
D | xml.etree.elementtree.rst | 723 .. 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/ |
D | ElementTree.py | 1133 def tostringlist(element, encoding=None, method=None, *, function
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0a4.rst | 614 ElementTree.tostringlist().
|
/third_party/python/Doc/whatsnew/ |
D | 3.2.rst | 729 * :func:`xml.etree.ElementTree.tostringlist` for string representation
|
D | 3.4.rst | 1773 :func:`~xml.etree.ElementTree.tostringlist` functions, and the
|