MCPcopy 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()

Calls 1

method1Function · 0.70

Tested by

no test coverage detected