Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_smtplib.py852 channel_class = SimSMTPChannel variable in SimSMTPServer
860 self._SMTPchannel = self.channel_class(
1075 self.serv.channel_class = MySimSMTPChannel
1144 self._SMTPchannel = self.channel_class(
1281 channel_class = SimSMTPAUTHInitialResponseChannel variable in SimSMTPAUTHInitialResponseServer
/external/python/cpython3/Doc/library/
Dsmtpd.rst104 .. attribute:: channel_class
185 :attr:`SMTPServer.channel_class` of your :class:`SMTPServer`.
/external/python/cpython3/Lib/
Dsmtpd.py630 channel_class = SMTPChannel variable in SMTPServer
662 channel = self.channel_class(self,