MCPcopy Create free account
hub / github.com/RustPython/RustPython / main

Function main

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

Source from the content-addressed store, hash-verified

1086
1087
1088def main():
1089 info = PythonInfo()
1090 error = collect_info(info)
1091 dump_info(info)
1092
1093 if error:
1094 print()
1095 print("Collection failed: exit with error", file=sys.stderr)
1096 sys.exit(1)
1097
1098
1099if __name__ == "__main__":

Calls 5

PythonInfoClass · 0.85
collect_infoFunction · 0.85
dump_infoFunction · 0.85
printFunction · 0.50
exitMethod · 0.45