Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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
500 def handle_connect(self): member in BaseClient
524 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.py72 def handle_connect(self): member in echo_client
Dtest_ftplib.py246 def handle_connect(self): member in DummyFTPServer
248 handle_read = handle_connect
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dasyncore.py448 self.handle_connect()
510 def handle_connect(self): member in dispatcher