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

Class BadElementPath

Lib/test/test_xml_etree.py:3175–3179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3173
3174
3175class BadElementPath(str):
3176 def __eq__(self, o):
3177 raise 1/0
3178
3179 __hash__ = str.__hash__
3180
3181
3182class BadElementPathTest(ElementTestCase, unittest.TestCase):

Callers 3

test_find_with_errorMethod · 0.85

Calls

no outgoing calls

Tested by 3

test_find_with_errorMethod · 0.68