Home
last modified time | relevance | path

Searched refs:smtp_QUIT (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dsmtpd.py208 def smtp_QUIT(self, arg): member in SMTPChannel
/external/python/cpython3/Lib/test/
Dtest_smtplib.py814 def smtp_QUIT(self, arg): member in SimSMTPChannel
816 super(SimSMTPChannel, self).smtp_QUIT(arg)
/external/python/cpython3/Lib/
Dsmtpd.py434 def smtp_QUIT(self, arg): member in SMTPChannel