MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / noop

Method noop

tools/python-3.11.9-amd64/Lib/smtplib.py:523–525  ·  view source on GitHub ↗

SMTP 'noop' command -- doesn't do anything :>

(self)

Source from the content-addressed store, hash-verified

521 pass
522
523 def noop(self):
524 """SMTP 'noop' command -- doesn't do anything :>"""
525 return self.docmd("noop")
526
527 def mail(self, sender, options=()):
528 """SMTP 'mail' command -- begins mail xfer session.

Callers

nothing calls this directly

Calls 1

docmdMethod · 0.95

Tested by

no test coverage detected