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
468 def handle_connect(self): member in BaseTestHandler
514 def handle_connect(self): member in BaseClient
538 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.py258 def handle_connect(self): member in DummyFTPServer
260 handle_read = handle_connect
/external/python/cpython3/Lib/test/
Dtest_asyncore.py293 d.handle_connect()
315 def handle_connect(self): member in dispatcherwithsend_noread
451 def handle_connect(self): member in BaseTestHandler
495 def handle_connect(self): member in BaseClient
519 def handle_connect(self): member in BaseTestAPI.test_handle_connect.TestClient
Dtest_poplib.py240 def handle_connect(self): member in DummyPOP3Server
242 handle_read = handle_connect
Dtest_asynchat.py77 def handle_connect(self): function
Dtest_ftplib.py292 def handle_connect(self): member in DummyFTPServer
294 handle_read = handle_connect
Dtest_os.py2720 def handle_connect(self): member in SendfileTestServer
2722 handle_read = handle_connect
/external/python/cpython3/Lib/
Dasyncore.py428 self.handle_connect()
487 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/cpython3/Doc/library/
Dasyncore.rst95 | ``handle_connect()`` | Implied by the first read or write |
137 .. method:: handle_connect()
309 def handle_connect(self):
/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/cpython2/Misc/NEWS.d/
D2.7.4rc1.rst2263 call handle_connect in case of a disconnected socket which was not meant to
/external/python/cpython3/Misc/
DHISTORY8038 OSX; avoid to call handle_connect in case of a disconnected socket which