MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / usage

Function usage

tools/python-3.11.9-amd64/Lib/smtpd.py:115–119  ·  view source on GitHub ↗
(code, msg='')

Source from the content-addressed store, hash-verified

113
114
115def usage(code, msg=''):
116 print(__doc__ % globals(), file=sys.stderr)
117 if msg:
118 print(msg, file=sys.stderr)
119 sys.exit(code)
120
121
122class SMTPChannel(asynchat.async_chat):

Callers 1

parseargsFunction · 0.70

Calls 2

printFunction · 0.50
exitMethod · 0.45

Tested by

no test coverage detected