MCPcopy Index your code
hub / github.com/RustPython/RustPython / E

Class E

Lib/test/test_xml_etree.py:2819–2820  ·  view source on GitHub ↗

Local class to be able to mock E.__eq__ for introspection.

Source from the content-addressed store, hash-verified

2817 # did.
2818
2819 class E(ET.Element):
2820 """Local class to be able to mock E.__eq__ for introspection."""
2821
2822 class X(E):
2823 def __eq__(self, o):

Calls

no outgoing calls