Home
last modified time | relevance | path

Searched refs:SSLConnection (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_ftplib.py333 class SSLConnection(asyncore.dispatcher): class
385 super(SSLConnection, self).close()
395 super(SSLConnection, self).handle_read_event()
403 super(SSLConnection, self).handle_write_event()
407 return super(SSLConnection, self).send(data)
417 return super(SSLConnection, self).recv(buffer_size)
435 super(SSLConnection, self).close()
438 class DummyTLS_DTPHandler(SSLConnection, DummyDTPHandler):
447 class DummyTLS_FTPHandler(SSLConnection, DummyFTPHandler):
H A Dtest_poplib.py397 from test.test_ftplib import SSLConnection namespace
399 class DummyPOP3_SSLHandler(SSLConnection, DummyPOP3Handler):

Completed in 7 milliseconds