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

Function main

tests_python/resources/_debugger_case17.py:30–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29
30def main():
31
32 m1() # break1
33
34 m2() # break2
35
36 m3() # break3
37
38 m4() # break4
39
40
41if __name__ == '__main__':

Callers 1

Calls 4

m4Function · 0.85
m1Function · 0.70
m2Function · 0.70
m3Function · 0.70

Tested by

no test coverage detected