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