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

Function main

Lib/test/pythoninfo.py:1118–1126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1116
1117
1118def main():
1119 info = PythonInfo()
1120 error = collect_info(info)
1121 dump_info(info)
1122
1123 if error:
1124 print()
1125 print("Collection failed: exit with error", file=sys.stderr)
1126 sys.exit(1)
1127
1128
1129if __name__ == "__main__":

Callers 1

pythoninfo.pyFile · 0.70

Calls 4

PythonInfoClass · 0.85
collect_infoFunction · 0.85
dump_infoFunction · 0.85
exitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…