class documentation

class IPCClient(IPCBase): (source)

View In Hierarchy

The client side of an IPC connection.

Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Instance Variable connection Undocumented

Inherited from IPCBase:

Method close Undocumented
Method read Read bytes from an IPC connection until its empty.
Method write Write bytes to an IPC connection.
Instance Variable name Undocumented
Instance Variable timeout Undocumented
def __enter__(self) -> IPCClient: (source)

Undocumented

def __exit__(self, exc_ty: type[BaseException]|None = None, exc_val: BaseException|None = None, exc_tb: TracebackType|None = None): (source)

Undocumented

def __init__(self, name: str, timeout: float|None): (source)

Undocumented

connection = (source)

Undocumented