MCPcopy 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_asyncMethod · 0.95
defaultMethod · 0.95
do_debugMethod · 0.95
_getvalMethod · 0.95
_msg_val_funcMethod · 0.95
_error_excMethod · 0.45

Calls 3

errorMethod · 0.95
_format_excMethod · 0.95
exceptionMethod · 0.45

Tested by

no test coverage detected