MCPcopy 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_element_get_textMethod · 0.70
test_element_get_tailMethod · 0.70
test_deepcopy_clearMethod · 0.70
test_deepcopy_growMethod · 0.70

Calls

no outgoing calls

Tested by 6

test_element_get_textMethod · 0.56
test_element_get_tailMethod · 0.56
test_deepcopy_clearMethod · 0.56
test_deepcopy_growMethod · 0.56