MCPcopy 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
180def usage(code, msg=''):
181 print(__doc__, file=sys.stderr)
182 if msg:
183 print(msg, file=sys.stderr)
184 sys.exit(code)
185
186
187def make_escapes(pass_nonascii):

Callers 1

mainFunction · 0.70

Calls 1

exitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…