(self, options: str)
| 153 | """ |
| 154 | @abstractmethod |
| 155 | def _Base__version(self, options: str): |
| 156 | pass |
| 157 | |
| 158 | """ |
| 159 | @brief Abstract method to print the current working directory. |
nothing calls this directly
no outgoing calls
no test coverage detected