Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test
Function
test
Lib/pdb.py:3552–3553 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3550
TESTCMD =
'import x; x.main()'
3551
3552
def
test():
3553
run(TESTCMD)
3554
3555
# print help
3556
def
help():
Callers
nothing calls this directly
Calls
1
run
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…