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

  /external/chromium-trace/catapult/third_party/Paste/paste/
lint.py 253 def __init__(self, wsgi_iterator, check_start_response):
257 self.check_start_response = check_start_response
266 if self.check_start_response is not None:
267 assert self.check_start_response, (
269 self.check_start_response = None
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /external/chromium-trace/catapult/third_party/webtest/webtest/
lint.py 280 def __init__(self, wsgi_iterator, check_start_response):
284 self.check_start_response = check_start_response
293 if self.check_start_response is not None:
294 assert self.check_start_response, (
297 self.check_start_response = None

Completed in 49 milliseconds