(self, exc_type, exc_val, exc_tb)
| 52 | return self |
| 53 | |
| 54 | def __exit__(self, exc_type, exc_val, exc_tb): |
| 55 | self.disconnect() |
| 56 | |
| 57 | def connect(self) -> None: |
| 58 | """Establish connection to Serial Studio API.""" |
nothing calls this directly
no test coverage detected