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

Function method

tests_python/test_frame_utils.py:9–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8def test_create_frames_list_from_traceback():
9 def method():
10 raise RuntimeError("first")
11
12 def method1():
13 try:

Callers 4

method1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected