Searched refs:tostringlist (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Lib/test/support/ |
D | testresult.py | 202 for s in ET.tostringlist(result.get_xml_element()):
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | main.py | 560 for s in ET.tostringlist(root):
|
/external/python/cpython2/Lib/test/ |
D | test_xml_etree.py | 501 self.assertEqual("".join(ET.tostringlist(element)), 2617 ''.join(ET.tostringlist(root))) 2620 b''.join(ET.tostringlist(root, 'utf-16')))
|
/external/python/cpython3/Lib/test/ |
D | test_xml_etree.py | 516 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/ |
D | xml.etree.elementtree.rst | 550 .. function:: tostringlist(element, encoding="us-ascii", method="xml") 557 sequence, except that ``"".join(tostringlist(element)) ==
|
/external/python/cpython3/Lib/xml/etree/ |
D | ElementTree.py | 1156 def tostringlist(element, encoding=None, method=None, *, function
|
/external/python/cpython2/Lib/xml/etree/ |
D | ElementTree.py | 1141 def tostringlist(element, encoding=None, method=None): function
|
/external/python/cpython3/Doc/library/ |
D | xml.etree.elementtree.rst | 607 .. function:: tostringlist(element, encoding="us-ascii", method="xml", *, \ 618 ``b"".join(tostringlist(element)) == tostring(element)``.
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.2.rst | 727 * :func:`xml.etree.ElementTree.tostringlist` for string representation
|
D | 3.4.rst | 1773 :func:`~xml.etree.ElementTree.tostringlist` functions, and the
|