Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/wsgiref/
Dvalidate.py188 def __init__(self, wsgi_input): argument
189 self.input = wsgi_input
355 def check_input(wsgi_input): argument
357 assert_(hasattr(wsgi_input, attr),
359 % (wsgi_input, attr))