MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _error_exc

Method _error_exc

tools/python-3.11.9-amd64/Lib/pdb.py:1248–1250  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1246 return _rstr('** raised %s **' % err)
1247
1248 def _error_exc(self):
1249 exc_info = sys.exc_info()[:2]
1250 self.error(traceback.format_exception_only(*exc_info)[-1].strip())
1251
1252 def _msg_val_func(self, arg, func):
1253 try:

Callers 4

defaultMethod · 0.95
do_debugMethod · 0.95
_getvalMethod · 0.95
_msg_val_funcMethod · 0.95

Calls 3

errorMethod · 0.95
stripMethod · 0.80
format_exception_onlyMethod · 0.80

Tested by

no test coverage detected