MCPcopy Index your code
hub / github.com/python/cpython / UnhashableException

Class UnhashableException

Lib/test/test_traceback.py:2213–2215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2211 from _testcapi import exception_print
2212
2213 class UnhashableException(Exception):
2214 def __eq__(self, other):
2215 return True
2216
2217 ex1 = UnhashableException('ex1')
2218 ex2 = UnhashableException('ex2')

Callers 2

test_unhashableMethod · 0.70
test_unhashableMethod · 0.70

Calls

no outgoing calls

Tested by 2

test_unhashableMethod · 0.56
test_unhashableMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…