MCPcopy Create free account
hub / github.com/DasyDong/developer-roadmap / extract_text_from_email

Method extract_text_from_email

code/interface.py:30–34  ·  view source on GitHub ↗

A method defined only in EmlParser. Does not override InformalParserInterface.extract_text()

(self, full_file_path: str)

Source from the content-addressed store, hash-verified

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
37print(issubclass(PdfParser, InformalParserInterface))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected