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

Method end

Lib/test/test_xml_etree.py:636–637  ·  view source on GitHub ↗
(self, tag)

Source from the content-addressed store, hash-verified

634 def start(self, tag, attrib):
635 self.append(("start", tag))
636 def end(self, tag):
637 self.append(("end", tag))
638 def data(self, text):
639 pass
640 builder = Builder()

Callers 4

test_bug_113254Method · 0.45
test_bug_418626Method · 0.45
test_large_searchMethod · 0.45
parse_valueFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected