MCPcopy Index your code
hub / github.com/RustPython/RustPython / xmltoolkit63

Method xmltoolkit63

Lib/test/test_xml_etree.py:2312–2316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2310 def test_bug_xmltoolkit63(self):
2311 # Check reference leak.
2312 def xmltoolkit63():
2313 tree = ET.TreeBuilder()
2314 tree.start("tag", {})
2315 tree.data("text")
2316 tree.end("tag")
2317
2318 xmltoolkit63()
2319 count = sys.getrefcount(None)

Callers

nothing calls this directly

Calls 3

startMethod · 0.95
dataMethod · 0.95
endMethod · 0.95

Tested by

no test coverage detected