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): (source)

Undocumented

Returns
IPCServerUndocumented
def __exit__(self, exc_ty=None, exc_val=None, exc_tb=None): (source)

Undocumented

Parameters
exc​_ty:Optional[Type[BaseException]]Undocumented
exc​_val:Optional[BaseException]Undocumented
exc​_tb:Optional[TracebackType]Undocumented
def __init__(self, name, timeout=None): (source)

Undocumented

Parameters
name:strUndocumented
timeout:Optional[float]Undocumented
def cleanup(self): (source)

Undocumented

BUFFER_SIZE = (source)

Undocumented

Value
2**16
connection = (source)

Undocumented

@property
connection_name: str = (source)

Undocumented