Load in the data set
(self, path: str, file_name: str)
| 148 | |
| 149 | @abc.abstractmethod |
| 150 | def load_data_source(self, path: str, file_name: str): |
| 151 | """Load in the data set""" |
| 152 | raise NotImplementedError |
| 153 | |
| 154 | @abc.abstractmethod |
| 155 | def extract_text(self, full_file_path: str): |
nothing calls this directly
no outgoing calls
no test coverage detected