Home
last modified time | relevance | path

Searched refs:handle_connect (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_asyncore.py297 d.handle_connect()
340 def handle_connect(self): member in dispatcherwithsend_noread
455 def handle_connect(self): member in BaseTestHandler
501 def handle_connect(self): member in BaseClient
525 def handle_connect(self): member in BaseTestAPI.test_handle_connect.TestClient
Dtest_poplib.py146 def handle_connect(self): member in DummyPOP3Server
148 handle_read = handle_connect
Dtest_asynchat.py76 def handle_connect(self): member in echo_client
Dtest_ftplib.py252 def handle_connect(self): member in DummyFTPServer
254 handle_read = handle_connect
/external/python/cpython3/Lib/test/
Dtest_asyncore.py296 d.handle_connect()
318 def handle_connect(self): member in dispatcherwithsend_noread
454 def handle_connect(self): member in BaseTestHandler
498 def handle_connect(self): member in BaseClient
522 def handle_connect(self): member in BaseTestAPI.test_handle_connect.TestClient
Dtest_poplib.py234 def handle_connect(self): member in DummyPOP3Server
236 handle_read = handle_connect
Dtest_asynchat.py82 def handle_connect(self): function
Dtest_ftplib.py291 def handle_connect(self): member in DummyFTPServer
293 handle_read = handle_connect
Dtest_os.py2468 def handle_connect(self): member in SendfileTestServer
2470 handle_read = handle_connect
/external/python/cpython3/Lib/
Dasyncore.py429 self.handle_connect()
488 def handle_connect(self): member in dispatcher
/external/python/cpython2/Lib/
Dasyncore.py455 self.handle_connect()
514 def handle_connect(self): member in dispatcher
/external/python/cpython2/Doc/library/
Dasyncore.rst86 | ``handle_connect()`` | Implied by the first read or write |
128 .. method:: handle_connect()
277 def handle_connect(self):
/external/python/cpython3/Doc/library/
Dasyncore.rst95 | ``handle_connect()`` | Implied by the first read or write |
137 .. method:: handle_connect()
305 def handle_connect(self):
/external/python/cpython2/Misc/
DNEWS3817 OSX; avoid to call handle_connect in case of a disconnected socket which
/external/python/cpython3/Misc/
DHISTORY8038 OSX; avoid to call handle_connect in case of a disconnected socket which