MCPcopy Index your code
hub / github.com/python/cpython / main

Function main

Lib/test/libregrtest/main.py:793–796  ·  view source on GitHub ↗

Run the Python suite.

(tests=None, _add_python_opts=False, **kwargs)

Source from the content-addressed store, hash-verified

791
792
793def main(tests=None, _add_python_opts=False, **kwargs) -> NoReturn:
794 """Run the Python suite."""
795 ns = _parse_args(sys.argv[1:], **kwargs)
796 Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)

Callers 3

__main__.pyFile · 0.90
autotest.pyFile · 0.90
_mainFunction · 0.90

Calls 3

RegrtestClass · 0.85
_parse_argsFunction · 0.70
mainMethod · 0.45

Tested by 1

_mainFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…