Searched defs:handle_connect (Results 1 – 5 of 5) sorted by relevance
| /third_party/python/Lib/test/ | ||
| D | test_asyncore.py | 321 def handle_connect(self): member in dispatcherwithsend_noread |
| D | test_asynchat.py | 82 def handle_connect(self): member in echo_client |
| D | test_poplib.py | 250 def handle_connect(self): member in DummyPOP3Server |
| D | test_ftplib.py | 317 def handle_connect(self): member in DummyFTPServer |
| /third_party/python/Lib/ | ||
| D | asyncore.py | 490 def handle_connect(self): member in dispatcher |