Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
40
def
usage(code, msg=
''
):
41
print(__doc__, file=sys.stderr)
42
if
msg:
43
print(msg, file=sys.stderr)
44
sys.exit(code)
45
46
47
def
add(id, str, fuzzy):
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected