Home
last modified time | relevance | path

Searched refs:PureProxy (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dsmtpd.py746 class PureProxy(SMTPServer): class
750 super(PureProxy, self).__init__(*args, **kwargs)
791 class MailmanProxy(PureProxy):
797 super(PureProxy, self).__init__(*args, **kwargs)
/third_party/python/Doc/library/
Dsmtpd.rst133 PureProxy Objects
137 .. class:: PureProxy(localaddr, remoteaddr)