Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ UnhashableException
Class
UnhashableException
Lib/test/test_traceback.py:2286–2288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2284
from
_testcapi
import
exception_print
2285
2286
class
UnhashableException(Exception):
2287
def
__eq__(self, other):
2288
return
True
2289
2290
ex1 = UnhashableException(
'ex1'
)
2291
ex2 = UnhashableException(
'ex2'
)
Callers
2
test_unhashable
Method · 0.70
test_unhashable
Method · 0.70
Calls
no outgoing calls
Tested by
2
test_unhashable
Method · 0.56
test_unhashable
Method · 0.56