Home
last modified time | relevance | path

Searched refs:file_dispatcher (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Doc/library/
Dasyncore.rst270 .. class:: file_dispatcher()
272 A file_dispatcher takes a file descriptor or :term:`file object` along
285 socket for use by the :class:`file_dispatcher` class.
/external/python/cpython2/Doc/library/
Dasyncore.rst243 .. class:: file_dispatcher()
245 A file_dispatcher takes a file descriptor or file object along with an
256 socket for use by the :class:`file_dispatcher` class. Availability: UNIX.
/external/python/cpython3/Lib/
Dasyncore.py628 class file_dispatcher(dispatcher): class
/external/python/cpython2/Lib/
Dasyncore.py645 class file_dispatcher(dispatcher): class
/external/python/cpython2/Lib/test/
Dtest_asyncore.py437 class FileDispatcher(asyncore.file_dispatcher):
/external/python/cpython3/Lib/test/
Dtest_asyncore.py407 class FileDispatcher(asyncore.file_dispatcher):