Home
last modified time | relevance | path

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

/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
/external/python/cpython3/Lib/
Dpydoc.py2268 def serve_until_quit(self): member in _start_server.DocServer
2299 docsvr.serve_until_quit()
/external/python/cpython2/Lib/
Dpydoc.py2118 def serve_until_quit(self): member in serve.DocServer
2135 DocServer(port, callback).serve_until_quit()