Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ usage
Function
usage
Tools/i18n/msgfmt.py:42–46 ·
view source on GitHub ↗
(code, msg='')
Source
from the content-addressed store, hash-verified
40
41
42
def
usage(code, msg=
''
):
43
print(__doc__, file=sys.stderr)
44
if
msg:
45
print(msg, file=sys.stderr)
46
sys.exit(code)
47
48
49
def
add(ctxt, id, str, fuzzy):
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…