(self)
| 598 | self.count = 0 |
| 599 | |
| 600 | def connect(self) -> bool: |
| 601 | print(" on MyController.connect") |
| 602 | self.count += 1 |
| 603 | return True |
| 604 | |
| 605 | def connected(self) -> bool: |
| 606 | print("on MyController.connected") |
nothing calls this directly
no outgoing calls
no test coverage detected