Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ smtp_NOOP
Method
smtp_NOOP
Lib/test/support/smtpd.py:419–423 ·
view source on GitHub ↗
(self, arg)
Source
from the content-addressed store, hash-verified
417
self.push(
'250 HELP'
)
418
419
def
smtp_NOOP(self, arg):
420
if
arg:
421
self.push(
'501 Syntax: NOOP'
)
422
else
:
423
self.push(
'250 OK'
)
424
425
def
smtp_QUIT(self, arg):
426
# args is ignored
Callers
nothing calls this directly
Calls
1
push
Method · 0.95
Tested by
no test coverage detected