Lines Matching defs:hostname
19 Run "pydoc -n <hostname>" to start an HTTP server with the given
20 hostname (default: localhost) on the local machine.
27 the -n and -p options to control the hostname and port used.
2287 def _start_server(urlhandler, hostname, port):
2430 thread = ServerThread(urlhandler, hostname, port)
2675 def browse(port=0, *, open_browser=True, hostname='localhost'):
2682 serverthread = _start_server(_url_handler, hostname, port)
2766 hostname = 'localhost'
2781 hostname = val
2784 browse(port, hostname=hostname, open_browser=open_browser)
2821 {cmd} -n <hostname>
2822 Start an HTTP server with the given hostname (default: localhost).