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

Function method_2

tests_python/test_sys_monitoring.py:50–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 raise RuntimeError("err1")
49
50 def method_2():
51 try:
52 method_raise()
53 except:
54 raise
55
56 def method():
57 try:

Callers 1

methodFunction · 0.85

Calls 1

method_raiseFunction · 0.85

Tested by

no test coverage detected