(self)
| 1276 | |
| 1277 | @property |
| 1278 | def c_arg(self) -> ctypes.c_void_p: |
| 1279 | return ctypes.c_void_p.from_buffer(ctypes.py_object(self)) |
| 1280 | |
| 1281 | @abstractmethod |
| 1282 | def connect(self) -> bool: |
nothing calls this directly
no outgoing calls
no test coverage detected