Home
last modified time | relevance | path

Searched refs:file_wrapper (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Doc/library/
Dasyncore.rst249 :class:`file_wrapper` constructor. Availability: UNIX.
251 .. class:: file_wrapper()
253 A file_wrapper takes an integer file descriptor and calls :func:`os.dup` to
255 of the file_wrapper. This class implements sufficient methods to emulate a
Dwsgiref.rst670 A ``wsgi.file_wrapper`` factory, or ``None``. The default value of this
/external/python/cpython2/Lib/
Dasyncore.py610 class file_wrapper: class
657 self.socket = file_wrapper(fd)
/external/webrtc/webrtc/system_wrappers/
DBUILD.gn27 "include/file_wrapper.h",
Dsystem_wrappers.gyp33 'include/file_wrapper.h',
/external/python/cpython2/Lib/test/
Dtest_asyncore.py409 w = asyncore.file_wrapper(fd)
424 w = asyncore.file_wrapper(fd)
/external/python/cpython2/Misc/
DNEWS5743 - Issue #9354: Provide getsockopt() in asyncore's file_wrapper.