Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test
Function
test
Lib/pdb.py:1647–1648 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1645
TESTCMD =
'import x; x.main()'
1646
1647
def
test():
1648
run(TESTCMD)
1649
1650
# print help
1651
def
help():
Callers
nothing calls this directly
Calls
1
run
Function · 0.70
Tested by
no test coverage detected