Searched defs:handle_connect (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_asynchat.py76 def handle_connect(self): member in class:echo_client
H A Dtest_poplib.py146 def handle_connect(self): member in class:DummyPOP3Server
148 handle_read = handle_connect
H A Dtest_asyncore.py297 d.handle_connect()
340 def handle_connect(self): member in class:dispatcherwithsend_noread
455 def handle_connect(self): member in class:BaseTestHandler
456 raise Exception("handle_connect not supposed to be called")
501 def handle_connect(self): member in class:BaseClient
522 # make sure handle_connect is called on connect()
525 def handle_connect(self): member in class:BaseTestAPI.test_handle_connect.TestClient
H A Dtest_ftplib.py252 def handle_connect(self): member in class:DummyFTPServer
254 handle_read = handle_connect
/external/python/cpython2/Lib/
H A Dasyncore.py455 self.handle_connect()
514 def handle_connect(self): member in class:dispatcher

Completed in 368 milliseconds