Base class for communication between the dmypy client and server.
This contains logic shared between the client and server, such as reading and writing.
| Method | __init__ |
Undocumented |
| Method | close |
Undocumented |
| Method | read |
Read bytes from an IPC connection until its empty. |
| Method | write |
Write bytes to an IPC connection. |
| Class Variable | connection |
Undocumented |
| Instance Variable | name |
Undocumented |
| Instance Variable | timeout |
Undocumented |
mypy.ipc.IPCClient, mypy.ipc.IPCServerUndocumented
| Parameters | |
name:str | Undocumented |
timeout:Optional[ | Undocumented |