MCPcopy 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

3550TESTCMD = 'import x; x.main()'
3551
3552def test():
3553 run(TESTCMD)
3554
3555# print help
3556def help():

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…