Home | History | Annotate | Download | only in Lib

Lines Matching defs:DocServer

2036     class DocServer(BaseHTTPServer.HTTPServer):

2055 DocServer.base = BaseHTTPServer.HTTPServer
2056 DocServer.handler = DocHandler
2060 DocServer(port, callback).serve_until_quit()