Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
103
def
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
110
class
SMTPChannel(asynchat.async_chat):
Callers
1
parseargs
Function · 0.70
Calls
1
exit
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…