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

Function _main

Lib/platform.py:1427–1433  ·  view source on GitHub ↗
(args: list[str] | None = None)

Source from the content-addressed store, hash-verified

1425
1426
1427def _main(args: list[str] | None = None):
1428 args = _parse_args(args)
1429
1430 terse = args.terse or ("terse" in args.args)
1431 aliased = args.aliased and ('nonaliased' not in args.args)
1432
1433 print(platform(aliased, terse))
1434
1435
1436def __getattr__(name):

Callers 1

platform.pyFile · 0.70

Calls 2

platformFunction · 0.85
_parse_argsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…