Home | History | Annotate | Download | only in python2.7

Lines Matching defs:DocServer

2058     class DocServer(BaseHTTPServer.HTTPServer):
2077 DocServer.base = BaseHTTPServer.HTTPServer
2078 DocServer.handler = DocHandler
2082 DocServer(port, callback).serve_until_quit()