(self)
| 603 | return True |
| 604 | |
| 605 | def connected(self) -> bool: |
| 606 | print("on MyController.connected") |
| 607 | return True |
| 608 | |
| 609 | def request_uuid(self) -> str: |
| 610 | print(" on MyController.request_uuid") |
nothing calls this directly
no outgoing calls
no test coverage detected