Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
487
def
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
494
main()
Callers
1
main
Function · 0.70
Calls
1
exit
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…