Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
def
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
122
class
SMTPChannel(asynchat.async_chat):
Callers
1
parseargs
Function · 0.70
Calls
2
print
Function · 0.50
exit
Method · 0.45
Tested by
no test coverage detected