Searched refs:wsgi_file_wrapper (Results 1 – 5 of 5) sorted by relevance
61 wsgi_file_wrapper = FileWrapper # set to None to disable variable in BaseHandler110 if self.wsgi_file_wrapper is not None:111 env['wsgi.file_wrapper'] = self.wsgi_file_wrapper276 wrapper = self.wsgi_file_wrapper
113 wsgi_file_wrapper = FileWrapper # set to None to disable variable in BaseHandler166 if self.wsgi_file_wrapper is not None:167 env['wsgi.file_wrapper'] = self.wsgi_file_wrapper352 wrapper = self.wsgi_file_wrapper
386 if attr=='file_wrapper' and handler.wsgi_file_wrapper is None:
604 :attr:`wsgi_file_wrapper` attribute. It also inserts a ``SERVER_SOFTWARE`` key668 .. attribute:: BaseHandler.wsgi_file_wrapper678 specified by the :attr:`wsgi_file_wrapper` attribute. It should return a true
641 :attr:`wsgi_file_wrapper` attribute. It also inserts a ``SERVER_SOFTWARE`` key705 .. attribute:: BaseHandler.wsgi_file_wrapper715 specified by the :attr:`wsgi_file_wrapper` attribute. It should return a true