Proxy.stop_server
-
Proxy.
stop_server
()[source] 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()
Proxy.
stop_server
()[source]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()