Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _end
Method
_end
Lib/xml/etree/ElementTree.py:1667–1668 ·
view source on GitHub ↗
(self, tag)
Source
from the content-addressed store, hash-verified
1665
return
self.target.start(tag, attrib)
1666
1667
def
_end(self, tag):
1668
return
self.target.end(self._fixname(tag))
1669
1670
def
_default(self, text):
1671
prefix = text[:1]
Callers
nothing calls this directly
Calls
2
_fixname
Method · 0.95
end
Method · 0.45
Tested by
no test coverage detected