MCPcopy Index your code
hub / github.com/python/cpython / noop

Method noop

Lib/smtplib.py:530–532  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

528 pass
529
530 def noop(self):
531 """SMTP 'noop' command -- doesn't do anything :>"""
532 return self.docmd("noop")
533
534 def mail(self, sender, options=()):
535 """SMTP 'mail' command -- begins mail xfer session.

Callers 5

testNOOPMethod · 0.95

Calls 1

docmdMethod · 0.95

Tested by 5

testNOOPMethod · 0.76