Overrides UpdatedInformalParserInterface.extract_text()
(self, full_file_path: str)
| 65 | pass |
| 66 | |
| 67 | def extract_text(self, full_file_path: str) -> dict: |
| 68 | """Overrides UpdatedInformalParserInterface.extract_text()""" |
| 69 | pass |
| 70 | |
| 71 | class EmlParserNew: |
| 72 | """Extract text from an email.""" |
nothing calls this directly
no outgoing calls
no test coverage detected