MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / just_raised

Function just_raised

_pydevd_bundle/pydevd_frame_utils.py:49–53  ·  view source on GitHub ↗
(trace)

Source from the content-addressed store, hash-verified

47
48
49def just_raised(trace):
50 if trace is None:
51 return False
52
53 return trace.tb_next is None
54
55
56def short_tb(exc_tb):

Callers 2

exception_breakFunction · 0.90
should_stop_on_exceptionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected