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