Searched refs:wsgi_input (Results 1 – 1 of 1) sorted by relevance
188 def __init__(self, wsgi_input): argument189 self.input = wsgi_input355 def check_input(wsgi_input): argument357 assert_(hasattr(wsgi_input, attr),359 % (wsgi_input, attr))