Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/library/
Dasyncore.rst276 :class:`file_wrapper` constructor.
280 .. class:: file_wrapper()
282 A file_wrapper takes an integer file descriptor and calls :func:`os.dup` to
284 of the file_wrapper. This class implements sufficient methods to emulate a
Dwsgiref.rst705 A ``wsgi.file_wrapper`` factory, or ``None``. The default value of this
/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/cpython3/Lib/test/
Dtest_asyncore.py379 w = asyncore.file_wrapper(fd)
393 w = asyncore.file_wrapper(fd)
418 f = asyncore.file_wrapper(fd)
427 f = asyncore.file_wrapper(fd)
/external/python/cpython2/Lib/test/
Dtest_asyncore.py409 w = asyncore.file_wrapper(fd)
424 w = asyncore.file_wrapper(fd)
447 f = asyncore.file_wrapper(fd)
/external/python/cpython3/Lib/
Dasyncore.py587 class file_wrapper: class
642 self.socket = file_wrapper(fd)
/external/python/cpython2/Lib/
Dasyncore.py610 class file_wrapper: class
661 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/Misc/NEWS.d/
D2.7.1rc1.rst898 Provide getsockopt() in asyncore's file_wrapper.
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst3175 asyncore: emit a ResourceWarning when an unclosed file_wrapper object is
/external/python/cpython3/Misc/
DHISTORY1580 - Issue #11453: asyncore: emit a ResourceWarning when an unclosed file_wrapper
13182 - Issue #9354: Provide getsockopt() in asyncore's file_wrapper.