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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 9 __all__ = ['BaseHandler', 'SimpleHandler', 'BaseCGIHandler', 'CGIHandler']
399 class BaseCGIHandler(SimpleHandler):
405 handler = BaseCGIHandler(inp,out,err,env)
423 class CGIHandler(BaseCGIHandler):
431 The difference between this class and BaseCGIHandler is that it always
436 If you need to override any of these parameters, use BaseCGIHandler
447 BaseCGIHandler.__init__(
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 9 __all__ = ['BaseHandler', 'SimpleHandler', 'BaseCGIHandler', 'CGIHandler']
399 class BaseCGIHandler(SimpleHandler):
405 handler = BaseCGIHandler(inp,out,err,env)
423 class CGIHandler(BaseCGIHandler):
431 The difference between this class and BaseCGIHandler is that it always
436 If you need to override any of these parameters, use BaseCGIHandler
447 BaseCGIHandler.__init__(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 5 from wsgiref.handlers import BaseHandler, BaseCGIHandler
346 class ErrorHandler(BaseCGIHandler):
356 BaseCGIHandler.__init__(
397 h = BaseCGIHandler(None,None,None,{})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 5 from wsgiref.handlers import BaseHandler, BaseCGIHandler
346 class ErrorHandler(BaseCGIHandler):
356 BaseCGIHandler.__init__(
397 h = BaseCGIHandler(None,None,None,{})

Completed in 121 milliseconds