Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ method_raise
Function
method_raise
tests_python/test_sys_monitoring.py:47–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
monitor.register_callback(DEBUGGER_ID, monitor.events.RERAISE, _on_reraise)
46
47
def
method_raise():
48
raise
RuntimeError(
"err1"
)
49
50
def
method_2():
51
try
:
Callers
1
method_2
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected