Lines Matching refs:errors
18 SERVER_NAME, SERVER_PORT, wsgi.version, wsgi.input, wsgi.errors,
51 - That wsgi.errors has the methods flush, write, writelines
90 * That wsgi.errors is used properly:
174 environ['wsgi.errors'] = ErrorWrapper(environ['wsgi.errors'])
223 self.errors = wsgi_errors
227 self.errors.write(s)
230 self.errors.flush()
237 assert_(0, "errors.close() must not be called")
296 'wsgi.version', 'wsgi.input', 'wsgi.errors',
311 'so application errors are more likely',
328 check_errors(environ['wsgi.errors'])
364 "wsgi.errors (%r) doesn't have the attribute %s"