MCPcopy Index your code
hub / github.com/python/cpython / usage

Function usage

Tools/i18n/msgfmt.py:42–46  ·  view source on GitHub ↗
(code, msg='')

Source from the content-addressed store, hash-verified

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

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…