MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / usage

Function usage

tools/python-3.11.9-amd64/Tools/i18n/msgfmt.py:41–45  ·  view source on GitHub ↗
(code, msg='')

Source from the content-addressed store, hash-verified

39
40
41def usage(code, msg=''):
42 print(__doc__, file=sys.stderr)
43 if msg:
44 print(msg, file=sys.stderr)
45 sys.exit(code)
46
47
48def add(ctxt, id, str, fuzzy):

Callers 1

mainFunction · 0.70

Calls 2

printFunction · 0.50
exitMethod · 0.45

Tested by

no test coverage detected