HomeSort by relevance Sort by last modified time
    Searched refs:DummyPOP3Handler (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_poplib.py 33 class DummyPOP3Handler(asynchat.async_chat):
109 handler = DummyPOP3Handler
230 class DummyPOP3_SSLHandler(DummyPOP3Handler):
264 DummyPOP3Handler.handle_read(self)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_poplib.py 33 class DummyPOP3Handler(asynchat.async_chat):
109 handler = DummyPOP3Handler
230 class DummyPOP3_SSLHandler(DummyPOP3Handler):
264 DummyPOP3Handler.handle_read(self)

Completed in 166 milliseconds