(self)
| 594 | class MyController(CustomController): |
| 595 | |
| 596 | def __init__(self): |
| 597 | super().__init__() |
| 598 | self.count = 0 |
| 599 | |
| 600 | def connect(self) -> bool: |
| 601 | print(" on MyController.connect") |
nothing calls this directly
no outgoing calls
no test coverage detected