Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Y
Class
Y
Lib/test/test_xml_etree.py:2822–2823 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2820
pass
2821
2822
class
Y(X, ET.Element):
2823
pass
2824
L = [Y(
'x'
)]
2825
e = ET.Element(
'foo'
)
2826
e.extend(L)
Callers
2
test_extend_mutable_list
Method · 0.70
test_extend_mutable_list2
Method · 0.70
Calls
no outgoing calls
Tested by
2
test_extend_mutable_list
Method · 0.56
test_extend_mutable_list2
Method · 0.56