(self, message: str)
| 143 | """ |
| 144 | @abstractmethod |
| 145 | def _Base__send_message(self, message: str): |
| 146 | pass |
| 147 | |
| 148 | """ |
| 149 | @brief Abstract method to get the version of the backend software in the |
nothing calls this directly
no outgoing calls
no test coverage detected