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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 188 def __init__(self, wsgi_input):
189 self.input = wsgi_input
355 def check_input(wsgi_input):
357 assert_(hasattr(wsgi_input, attr),
359 % (wsgi_input, attr))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 188 def __init__(self, wsgi_input):
189 self.input = wsgi_input
355 def check_input(wsgi_input):
357 assert_(hasattr(wsgi_input, attr),
359 % (wsgi_input, attr))

Completed in 161 milliseconds