Home
last modified time | relevance | path

Searched refs:CGIHandler (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Doc/library/
Dwsgiref.rst450 .. class:: CGIHandler()
454 it as a CGI script. Simply invoke ``CGIHandler().run(app)``, where ``app`` is
465 Similar to :class:`CGIHandler`, but instead of using the :mod:`sys` and
568 defaults to false in :class:`BaseHandler`, but :class:`CGIHandler` sets it to
587 as :class:`BaseCGIHandler` and :class:`CGIHandler`) that are not HTTP origin
694 :class:`BaseCGIHandler` and :class:`CGIHandler`.
/external/python/cpython2/Lib/wsgiref/
Dhandlers.py423 class CGIHandler(BaseCGIHandler): class
/external/python/cpython2/Misc/
DNEWS6811 ``wsgiref.handlers.CGIHandler``.