Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/support/
Dtestresult.py202 for s in ET.tostringlist(result.get_xml_element()):
/external/python/cpython3/Lib/test/libregrtest/
Dmain.py560 for s in ET.tostringlist(root):
/external/python/cpython2/Lib/test/
Dtest_xml_etree.py501 self.assertEqual("".join(ET.tostringlist(element)),
2617 ''.join(ET.tostringlist(root)))
2620 b''.join(ET.tostringlist(root, 'utf-16')))
/external/python/cpython3/Lib/test/
Dtest_xml_etree.py516 self.assertEqual(b"".join(ET.tostringlist(element)),
3071 ''.join(ET.tostringlist(root, 'unicode')))
3074 b''.join(ET.tostringlist(root, 'utf-16')))
/external/python/cpython2/Doc/library/
Dxml.etree.elementtree.rst550 .. function:: tostringlist(element, encoding="us-ascii", method="xml")
557 sequence, except that ``"".join(tostringlist(element)) ==
/external/python/cpython3/Lib/xml/etree/
DElementTree.py1156 def tostringlist(element, encoding=None, method=None, *, function
/external/python/cpython2/Lib/xml/etree/
DElementTree.py1141 def tostringlist(element, encoding=None, method=None): function
/external/python/cpython3/Doc/library/
Dxml.etree.elementtree.rst607 .. function:: tostringlist(element, encoding="us-ascii", method="xml", *, \
618 ``b"".join(tostringlist(element)) == tostring(element)``.
/external/python/cpython3/Doc/whatsnew/
D3.2.rst727 * :func:`xml.etree.ElementTree.tostringlist` for string representation
D3.4.rst1773 :func:`~xml.etree.ElementTree.tostringlist` functions, and the