Searched refs:BaseCGIHandler (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/wsgiref/ |
H A D | handlers.py | 9 'BaseHandler', 'SimpleHandler', 'BaseCGIHandler', 'CGIHandler', 483 class BaseCGIHandler(SimpleHandler): class 489 handler = BaseCGIHandler(inp,out,err,env) 507 class CGIHandler(BaseCGIHandler): 515 The difference between this class and BaseCGIHandler is that it always 520 If you need to override any of these parameters, use BaseCGIHandler 531 BaseCGIHandler.__init__( 537 class IISCGIHandler(BaseCGIHandler): 567 BaseCGIHandler.__init__(
|
/third_party/python/Lib/test/ |
H A D | test_wsgiref.py | 8 from wsgiref.handlers import BaseHandler, BaseCGIHandler, SimpleHandler namespace 506 class ErrorHandler(BaseCGIHandler): 516 BaseCGIHandler.__init__( 587 h = BaseCGIHandler(None,None,None,{})
|
Completed in 5 milliseconds