MCPcopy 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
199def 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
206def make_escapes(pass_nonascii):

Callers 1

mainFunction · 0.70

Calls 2

printFunction · 0.50
exitMethod · 0.45

Tested by

no test coverage detected