HomeSort by relevance Sort by last modified time
    Searched refs:check_start_response (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 259 def __init__(self, wsgi_iterator, check_start_response):
263 self.check_start_response = check_start_response
272 if self.check_start_response is not None:
273 assert_(self.check_start_response,
275 self.check_start_response = None
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 259 def __init__(self, wsgi_iterator, check_start_response):
263 self.check_start_response = check_start_response
272 if self.check_start_response is not None:
273 assert_(self.check_start_response,
275 self.check_start_response = None

Completed in 915 milliseconds