Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ smtpd.py
File
smtpd.py
Lib/test/support/smtpd.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#! /usr/bin/env python3
2
""
"An RFC 5321 smtp proxy
with
optional RFC 1870 and RFC 6531 extensions.
3
4
Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
Callers
nothing calls this directly
Calls
6
Devnull
Class · 0.85
parseargs
Function · 0.85
__import__
Function · 0.85
rfind
Method · 0.45
exit
Method · 0.45
loop
Method · 0.45
Tested by
no test coverage detected