MCPcopy Index your code
hub / github.com/python/cpython / TreeBuilderSubclass

Class TreeBuilderSubclass

Lib/test/test_xml_etree.py:3769–3770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3767 def test_late_tail(self):
3768 # Issue #37399: The tail of an ignored comment could overwrite the text before it.
3769 class TreeBuilderSubclass(ET.TreeBuilder):
3770 pass
3771
3772 xml = "<a>text<!-- comment -->tail</a>"
3773 a = ET.fromstring(xml)

Callers 2

test_late_tailMethod · 0.85

Calls

no outgoing calls

Tested by 2

test_late_tailMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…