MCPcopy Create free account
hub / github.com/reorx/httpstat / quit

Function quit

httpstat.py:114–117  ·  view source on GitHub ↗
(s, code=0)

Source from the content-addressed store, hash-verified

112
113
114def quit(s, code=0):
115 if s is not None:
116 print(s)
117 sys.exit(code)
118
119
120def print_help():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected