Searched refs:channel_class (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_smtplib.py | 1007 channel_class = SimSMTPChannel variable in SimSMTPServer 1015 self._SMTPchannel = self.channel_class( 1292 self.serv.channel_class = MySimSMTPChannel 1365 self._SMTPchannel = self.channel_class( 1510 channel_class = SimSMTPAUTHInitialResponseChannel variable in SimSMTPAUTHInitialResponseServer |
/third_party/python/Lib/ | ||
H A D | smtpd.py | 633 channel_class = SMTPChannel variable in SMTPServer 665 channel = self.channel_class(self, |
Completed in 4 milliseconds