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

Function usage

Lib/test/support/smtpd.py:103–107  ·  view source on GitHub ↗
(code, msg='')

Source from the content-addressed store, hash-verified

101
102
103def usage(code, msg=''):
104 print(__doc__ % globals(), file=sys.stderr)
105 if msg:
106 print(msg, file=sys.stderr)
107 sys.exit(code)
108
109
110class SMTPChannel(asynchat.async_chat):

Callers 1

parseargsFunction · 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…