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

Function foo

tests_python/resources/_debugger_case_smart_step_into2.py:3–5  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

1
2
3def foo(arg):
4 print('on foo mark', arg)
5 return arg + 1
6
7
8def main():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected