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 |
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 |