Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/library/
Dasyncore.rst237 .. class:: dispatcher_with_send()
308 class EchoHandler(asyncore.dispatcher_with_send):
/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.py1865 class ConnectionHandler(asyncore.dispatcher_with_send):
1871 asyncore.dispatcher_with_send.__init__(self, self.socket)