Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Error
Class
Error
Lib/test/support/__init__.py:122–123 ·
view source on GitHub ↗
Base class for regression test exceptions.
Source
from the content-addressed store, hash-verified
120
121
122
class
Error(Exception):
123
""
"Base class for regression test exceptions."
""
124
125
class
TestFailed(Error):
126
""
"Test failed."
""
Callers
1
check_traceback_format
Method · 0.90
Calls
no outgoing calls
Tested by
1
check_traceback_format
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…