Searched refs:check_start_response (Results 1 – 2 of 2) sorted by relevance
259 def __init__(self, wsgi_iterator, check_start_response): argument263 self.check_start_response = check_start_response272 if self.check_start_response is not None:273 assert_(self.check_start_response,275 self.check_start_response = None
265 def __init__(self, wsgi_iterator, check_start_response): argument269 self.check_start_response = check_start_response280 if self.check_start_response is not None:281 assert_(self.check_start_response,283 self.check_start_response = None