Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_asyncore.py300 d.handle_connect()
322 def handle_connect(self): member in dispatcherwithsend_noread
458 def handle_connect(self): member in BaseTestHandler
502 def handle_connect(self): member in BaseClient
526 def handle_connect(self): member in BaseTestAPI.test_handle_connect.TestClient
Dtest_poplib.py248 def handle_connect(self): member in DummyPOP3Server
250 handle_read = handle_connect
Dtest_asynchat.py81 def handle_connect(self): member in echo_client
Dtest_ftplib.py310 def handle_connect(self): member in DummyFTPServer
312 handle_read = handle_connect
Dtest_os.py3286 def handle_connect(self): member in SendfileTestServer
3288 handle_read = handle_connect
/third_party/python/Lib/
Dasyncore.py433 self.handle_connect()
492 def handle_connect(self): member in dispatcher
/third_party/python/Doc/library/
Dasyncore.rst95 | ``handle_connect()`` | Implied by the first read or write |
137 .. method:: handle_connect()
309 def handle_connect(self):
/third_party/python/Misc/
DHISTORY8038 OSX; avoid to call handle_connect in case of a disconnected socket which