Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3175
class
BadElementPath(str):
3176
def
__eq__(self, o):
3177
raise
1/0
3178
3179
__hash__ = str.__hash__
3180
3181
3182
class
BadElementPathTest(ElementTestCase, unittest.TestCase):
Callers
3
test_find_with_error
Method · 0.85
test_findtext_with_error
Method · 0.85
test_findall_with_error
Method · 0.85
Calls
no outgoing calls
Tested by
3
test_find_with_error
Method · 0.68
test_findtext_with_error
Method · 0.68
test_findall_with_error
Method · 0.68