Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_113254
Method · 0.45
test_bug_418626
Method · 0.45
test_large_search
Method · 0.45
parse_value
Function · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected