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

  /external/chromium-trace/catapult/third_party/Paste/paste/
lint.py 216 def __init__(self, wsgi_errors):
217 self.errors = wsgi_errors
357 def check_errors(wsgi_errors):
359 assert hasattr(wsgi_errors, attr), (
361 % (wsgi_errors, attr))
  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
validate.py 222 def __init__(self, wsgi_errors):
223 self.errors = wsgi_errors
361 def check_errors(wsgi_errors):
363 assert_(hasattr(wsgi_errors, attr),
365 % (wsgi_errors, attr))
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
validate.py 222 def __init__(self, wsgi_errors):
223 self.errors = wsgi_errors
361 def check_errors(wsgi_errors):
363 assert_(hasattr(wsgi_errors, attr),
365 % (wsgi_errors, attr))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 222 def __init__(self, wsgi_errors):
223 self.errors = wsgi_errors
361 def check_errors(wsgi_errors):
363 assert_(hasattr(wsgi_errors, attr),
365 % (wsgi_errors, attr))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 222 def __init__(self, wsgi_errors):
223 self.errors = wsgi_errors
361 def check_errors(wsgi_errors):
363 assert_(hasattr(wsgi_errors, attr),
365 % (wsgi_errors, attr))
  /external/chromium-trace/catapult/third_party/webtest/webtest/
lint.py 249 def __init__(self, wsgi_errors):
250 self.errors = wsgi_errors
387 def check_errors(wsgi_errors):
389 assert hasattr(wsgi_errors, attr), (
391 % (wsgi_errors, attr))

Completed in 146 milliseconds