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

Method xmltoolkit63

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

Source from the content-addressed store, hash-verified

2350 def test_bug_xmltoolkit63(self):
2351 # Check reference leak.
2352 def xmltoolkit63():
2353 tree = ET.TreeBuilder()
2354 tree.start("tag", {})
2355 tree.data("text")
2356 tree.end("tag")
2357
2358 xmltoolkit63()
2359 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