Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _error_exc
Method
_error_exc
Lib/pdb.py:2118–2120 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2116
return
_rstr(
'** raised %s **'
% self._format_exc(exc))
2117
2118
def
_error_exc(self):
2119
exc = sys.exception()
2120
self.error(self._format_exc(exc))
2121
2122
def
_msg_val_func(self, arg, func):
2123
try
:
Callers
6
set_trace_async
Method · 0.95
default
Method · 0.95
do_debug
Method · 0.95
_getval
Method · 0.95
_msg_val_func
Method · 0.95
_error_exc
Method · 0.45
Calls
3
error
Method · 0.95
_format_exc
Method · 0.95
exception
Method · 0.45
Tested by
no test coverage detected