Searched refs:wsgi_input (Results 1 – 1 of 1) sorted by relevance
193 def __init__(self, wsgi_input): argument194 self.input = wsgi_input363 def check_input(wsgi_input): argument365 assert_(hasattr(wsgi_input, attr),367 % (wsgi_input, attr))