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

Function usage

Tools/freeze/freeze.py:487–491  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

485# Print usage message and exit
486
487def usage(msg):
488 sys.stdout = sys.stderr
489 print("Error:", msg)
490 print("Use ``%s -h'' for help" % sys.argv[0])
491 sys.exit(2)
492
493
494main()

Callers 1

mainFunction · 0.70

Calls 1

exitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…