MCPcopy 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

1645TESTCMD = 'import x; x.main()'
1646
1647def test():
1648 run(TESTCMD)
1649
1650# print help
1651def help():

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected