MCPcopy 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):

Calls

no outgoing calls