Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ method2
Function
method2
tests_python/test_frame_utils.py:18–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
raise
RuntimeError(
"second"
)
from
e
17
18
def
method2():
19
try
:
20
method1()
21
except
Exception
as
e:
22
raise
RuntimeError(
"third"
)
from
e
23
24
try
:
25
method2()
Callers
1
test_create_frames_list_from_traceback
Function · 0.70
Calls
1
method1
Function · 0.70
Tested by
no test coverage detected