Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ usage
Function
usage
tools/python-3.11.9-amd64/Tools/i18n/pygettext.py:199–203 ·
view source on GitHub ↗
(code, msg='')
Source
from the content-addressed store, hash-verified
197
198
199
def
usage(code, msg=
''
):
200
print(__doc__ % globals(), file=sys.stderr)
201
if
msg:
202
print(msg, file=sys.stderr)
203
sys.exit(code)
204
205
206
def
make_escapes(pass_nonascii):
Callers
1
main
Function · 0.70
Calls
2
print
Function · 0.50
exit
Method · 0.45
Tested by
no test coverage detected