Home
last modified time | relevance | path

Searched refs:wsgi_errors (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/wsgiref/
Dvalidate.py222 def __init__(self, wsgi_errors): argument
223 self.errors = wsgi_errors
361 def check_errors(wsgi_errors): argument
363 assert_(hasattr(wsgi_errors, attr),
365 % (wsgi_errors, attr))