Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/library/
Dasyncore.rst264 .. class:: dispatcher_with_send()
339 class EchoHandler(asyncore.dispatcher_with_send):
/external/python/cpython2/Doc/library/
Dasyncore.rst237 .. class:: dispatcher_with_send()
308 class EchoHandler(asyncore.dispatcher_with_send):
/external/python/cpython3/Lib/
Dasyncore.py508 class dispatcher_with_send(dispatcher): class
/external/python/cpython2/Lib/
Dasyncore.py529 class dispatcher_with_send(dispatcher): class
/external/python/cpython2/Lib/test/
Dtest_asyncore.py336 class dispatcherwithsend_noread(asyncore.dispatcher_with_send):
Dtest_ssl.py1856 class ConnectionHandler(asyncore.dispatcher_with_send):
1862 asyncore.dispatcher_with_send.__init__(self, self.socket)
/external/python/cpython3/Lib/test/
Dtest_asyncore.py311 class dispatcherwithsend_noread(asyncore.dispatcher_with_send):
Dtest_ssl.py2461 class ConnectionHandler(asyncore.dispatcher_with_send):
2467 asyncore.dispatcher_with_send.__init__(self, self.socket)