class documentation

class IPCServer(IPCBase): (source)

View In Hierarchy

Undocumented

Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Method cleanup Undocumented
Constant BUFFER_SIZE Undocumented
Instance Variable connection Undocumented
Property connection_name 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) -> IPCServer: (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 = None): (source)

Undocumented

def cleanup(self): (source)

Undocumented

BUFFER_SIZE = (source)

Undocumented

Value
2**16
connection = (source)

Undocumented

@property
connection_name: str = (source)

Undocumented