Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ MyException
Class
MyException
Lib/test/test_traceback.py:3567–3568 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3565
3566
def
test_smoke_user_exception(self):
3567
class
MyException(Exception):
3568
pass
3569
3570
if
__name__ ==
'__main__'
:
3571
expected = (
'TestTracebackException.'
Callers
1
test_smoke_user_exception
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_smoke_user_exception
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…