Home
last modified time | relevance | path

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

/third_party/python/Doc/library/
Dasyncore.rst264 .. class:: dispatcher_with_send()
339 class EchoHandler(asyncore.dispatcher_with_send):
/third_party/python/Lib/
Dasyncore.py513 class dispatcher_with_send(dispatcher): class
/third_party/python/Lib/test/
Dtest_asyncore.py318 class dispatcherwithsend_noread(asyncore.dispatcher_with_send):
Dtest_ssl.py2688 class ConnectionHandler(asyncore.dispatcher_with_send):
2694 asyncore.dispatcher_with_send.__init__(self, self.socket)