Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ E
Class
E
Lib/test/test_xml_etree.py:2864–2865 ·
view source on GitHub ↗
Local class to be able to mock E.__eq__ for introspection.
Source
from the content-addressed store, hash-verified
2862
# did.
2863
2864
class
E(ET.Element):
2865
""
"Local class to be able to mock E.__eq__ for introspection."
""
2866
2867
class
X(E):
2868
def
__eq__(self, o):
Callers
3
test_augmentation_type_errors
Method · 0.70
do_test_remove_with_clear
Method · 0.70
do_test_remove_with_mutate_root
Method · 0.70
Calls
no outgoing calls
Tested by
3
test_augmentation_type_errors
Method · 0.56
do_test_remove_with_clear
Method · 0.56
do_test_remove_with_mutate_root
Method · 0.56