Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ usage
Function
usage
Tools/i18n/pygettext.py:180–184 ·
view source on GitHub ↗
(code, msg='')
Source
from the content-addressed store, hash-verified
178
179
180
def
usage(code, msg=
''
):
181
print(__doc__, file=sys.stderr)
182
if
msg:
183
print(msg, file=sys.stderr)
184
sys.exit(code)
185
186
187
def
make_escapes(pass_nonascii):
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…