Searched refs:DocServer (Results 1 – 4 of 4) sorted by relevance
2259 class DocServer(http.server.HTTPServer): class2293 DocServer.base = http.server.HTTPServer2294 DocServer.handler = DocHandler2297 docsvr = DocServer(self.host, self.port, self.ready)
2111 class DocServer(BaseHTTPServer.HTTPServer): class2130 DocServer.base = BaseHTTPServer.HTTPServer2131 DocServer.handler = DocHandler2135 DocServer(port, callback).serve_until_quit()
490 DocServer.serve_until_quit() completes and then explicitly sets its
1849 DocServer.serve_until_quit() completes and then explicitly sets its