(self, options: str)
| 162 | """ |
| 163 | @abstractmethod |
| 164 | def _Base__pwd(self, options: str): |
| 165 | pass |
| 166 | |
| 167 | """ |
| 168 | @brief Abstract method to print the directories and files in the current |
nothing calls this directly
no outgoing calls
no test coverage detected