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

Function call

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

Source from the content-addressed store, hash-verified

7
8
9def call():
10 print("called") # break 1 here
11
12
13if __name__ == '__main__':

Calls

no outgoing calls

Tested by

no test coverage detected