Home
last modified time | relevance | path

Searched refs:DocServer (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Dpydoc.py2259 class DocServer(http.server.HTTPServer): class
2293 DocServer.base = http.server.HTTPServer
2294 DocServer.handler = DocHandler
2297 docsvr = DocServer(self.host, self.port, self.ready)
/external/python/cpython2/Lib/
Dpydoc.py2111 class DocServer(BaseHTTPServer.HTTPServer): class
2130 DocServer.base = BaseHTTPServer.HTTPServer
2131 DocServer.handler = DocHandler
2135 DocServer(port, callback).serve_until_quit()
/external/python/cpython3/Misc/NEWS.d/
D3.6.6rc1.rst490 DocServer.serve_until_quit() completes and then explicitly sets its
D3.7.0a1.rst1849 DocServer.serve_until_quit() completes and then explicitly sets its