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

  /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))

Completed in 99 milliseconds