Searched refs:file_wrapper (Results 1 – 7 of 7) sorted by relevance
249 :class:`file_wrapper` constructor. Availability: UNIX.251 .. class:: file_wrapper()253 A file_wrapper takes an integer file descriptor and calls :func:`os.dup` to255 of the file_wrapper. This class implements sufficient methods to emulate a
670 A ``wsgi.file_wrapper`` factory, or ``None``. The default value of this
610 class file_wrapper: class657 self.socket = file_wrapper(fd)
27 "include/file_wrapper.h",
33 'include/file_wrapper.h',
409 w = asyncore.file_wrapper(fd)424 w = asyncore.file_wrapper(fd)
5743 - Issue #9354: Provide getsockopt() in asyncore's file_wrapper.