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

  /external/chromium-trace/catapult/third_party/Paste/paste/
lint.py 182 def __init__(self, wsgi_input):
183 self.input = wsgi_input
351 def check_input(wsgi_input):
353 assert hasattr(wsgi_input, attr), (
355 % (wsgi_input, attr))
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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))
  /external/chromium-trace/catapult/third_party/webtest/webtest/
lint.py 211 def __init__(self, wsgi_input):
212 self.input = wsgi_input
380 def check_input(wsgi_input):
382 assert hasattr(wsgi_input, attr), (
384 % (wsgi_input, attr))

Completed in 1863 milliseconds