Proxy.stop_server
- Proxy.stop_server()[source]
Stop the remote server and terminate/kill the python process that was used to start it.
- Returns:
- None
Examples
>>> p = Proxy() >>> p.stop_server() >>> p.start_server()
Site Navigation
Stop the remote server and terminate/kill the python process that was used to start it.
Examples
>>> p = Proxy()
>>> p.stop_server()
>>> p.start_server()