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

Method run_pythoninfo

Lib/test/libregrtest/main.py:752–759  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

750 return self._tmp_dir
751
752 def run_pythoninfo(self):
753 from test import pythoninfo
754 try:
755 pythoninfo.main()
756 except SystemExit:
757 # Ignore non-zero exit code on purpose
758 pass
759 print()
760
761 def main(self, tests: TestList | None = None) -> NoReturn:
762 if self.want_add_python_opts:

Callers 1

mainMethod · 0.95

Calls 1

mainMethod · 0.45

Tested by

no test coverage detected