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

Method smtp_MAIL

Lib/test/test_smtplib.py:979–985  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

977 self.close_when_done()
978
979 def smtp_MAIL(self, arg):
980 if self.mail_response is None:
981 super().smtp_MAIL(arg)
982 else:
983 self.push(self.mail_response)
984 if self.disconnect:
985 self.close_when_done()
986
987 def smtp_RCPT(self, arg):
988 if self.rcpt_response is None:

Callers

nothing calls this directly

Calls 3

superClass · 0.85
close_when_doneMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected