Searched refs:wsgi_file_wrapper (Results 1 – 6 of 6) 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 BaseHandler162 if self.wsgi_file_wrapper is not None:163 env['wsgi.file_wrapper'] = self.wsgi_file_wrapper338 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
639 :attr:`wsgi_file_wrapper` attribute. It also inserts a ``SERVER_SOFTWARE`` key703 .. attribute:: BaseHandler.wsgi_file_wrapper713 specified by the :attr:`wsgi_file_wrapper` attribute. It should return a true
549 if attr=='file_wrapper' and handler.wsgi_file_wrapper is None: