Searched refs:strip_text (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/test/ |
D | test_xml_etree.py | 3978 c14n_roundtrip(xml, strip_text=True), 3985 c14n_roundtrip(xml, strip_text=True, exclude_attrs=['{http://example.com/x}attr']), 3992 c14n_roundtrip(xml, strip_text=True, exclude_tags=['{http://example.com/x}d']), 3999 c14n_roundtrip(xml, strip_text=True, exclude_attrs=['{http://example.com/x}attr'], 4007 c14n_roundtrip(xml, strip_text=True, exclude_tags=['a', 'b']), 4021 c14n_roundtrip(xml, strip_text=True, exclude_tags=['{http://example.com/x}d', 'b']), 4087 strip_text = get_option( 4133 strip_text=strip_text,
|
/third_party/python/Lib/xml/etree/ |
D | ElementTree.py | 1799 with_comments=False, strip_text=False, rewrite_prefixes=False, argument 1805 self._strip_text = strip_text
|
/third_party/python/Doc/library/ |
D | xml.etree.elementtree.rst | 538 - *strip_text*: set to true to strip whitespace before and after text content 1334 with_comments=False, strip_text=False, rewrite_prefixes=False, \
|