A method defined only in EmlParser. Does not override InformalParserInterface.extract_text()
(self, full_file_path: str)
| 28 | pass |
| 29 | |
| 30 | def extract_text_from_email(self, full_file_path: str) -> dict: |
| 31 | """A method defined only in EmlParser. |
| 32 | Does not override InformalParserInterface.extract_text() |
| 33 | """ |
| 34 | pass |
| 35 | |
| 36 | |
| 37 | print(issubclass(PdfParser, InformalParserInterface)) |
nothing calls this directly
no outgoing calls
no test coverage detected