client
dev_tool.launcher.ipc.client
log = logging.getLogger(__name__)
module-attribute
IPCClient
A client for inter-process communication.
This class provides methods for sending commands to an IPC server.
The constructor for the IPCClient class.
Parameters:
-
ipc_port(int) –The port number for the IPC server.
-
ipc_host(str, default:'127.0.0.1') –The host address for the IPC server.