def __init__(self, response, outstream, path, header_output, wsgi_result=(), wsgi_headers=''): ResponseWrapper.__init__(self, response, outstream, path, wsgi_result, wsgi_headers) self.header_output = header_output
def __init__(self, response, outstream, path, header_output): ResponseWrapper.__init__(self, response, outstream, path) self.header_output = header_output