Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ X
Class
X
Lib/test/test_xml_etree.py:2765–2769 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2763
2764
def
test_extend_mutable_list(self):
2765
class
X:
2766
@property
2767
def
__class__(self):
2768
L[:] = [ET.Element(
'baz'
)]
2769
return
ET.Element
2770
L = [X()]
2771
e = ET.Element(
'foo'
)
2772
try
:
Callers
6
test_extend_mutable_list
Method · 0.70
test_extend_mutable_list2
Method · 0.70
test_element_get_text
Method · 0.70
test_element_get_tail
Method · 0.70
test_deepcopy_clear
Method · 0.70
test_deepcopy_grow
Method · 0.70
Calls
no outgoing calls
Tested by
6
test_extend_mutable_list
Method · 0.56
test_extend_mutable_list2
Method · 0.56
test_element_get_text
Method · 0.56
test_element_get_tail
Method · 0.56
test_deepcopy_clear
Method · 0.56
test_deepcopy_grow
Method · 0.56