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 |
Undocumented
| Parameters | |
exc_ty:Optional[ | Undocumented |
exc_val:Optional[ | Undocumented |
exc_tb:Optional[ | Undocumented |
mypy.ipc.IPCBase.__init__Undocumented
| Parameters | |
name:str | Undocumented |
timeout:Optional[ | Undocumented |