MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / usage

Function usage

scripts/msgfmt.py:40–44  ·  view source on GitHub ↗
(code, msg='')

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected