Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ main
Function
main
tests_python/resources/_debugger_case_quoting.py:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
14
def
main():
15
retcode = subprocess.call([sys.executable, __file__] + args)
16
assert retcode == 0
17
18
19
if
__name__ ==
'__main__'
:
Callers
1
_debugger_case_quoting.py
File · 0.70
Calls
1
call
Method · 0.45
Tested by
no test coverage detected