Home
last modified time | relevance | path

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

/third_party/python/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.
/third_party/python/Lib/
Dasyncore.py633 class file_dispatcher(dispatcher): class
/third_party/python/Lib/test/
Dtest_asyncore.py414 class FileDispatcher(asyncore.file_dispatcher):