Exemple #1
0
 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
Exemple #2
0
 def __init__(self, response, outstream, path, header_output):
     ResponseWrapper.__init__(self, response, outstream, path)
     self.header_output = header_output
Exemple #3
0
 def __init__(self, response, outstream, path, header_output):
     ResponseWrapper.__init__(self, response, outstream, path)
     self.header_output = header_output
Exemple #4
0
 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