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

Method extract_text_from_email

code/interface.py:77–81  ·  view source on GitHub ↗

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

(self, full_file_path: str)

Source from the content-addressed store, hash-verified

75 pass
76
77 def extract_text_from_email(self, full_file_path: str) -> dict:
78 """A method defined only in EmlParser.
79 Does not override UpdatedInformalParserInterface.extract_text()
80 """
81 pass
82
83print(issubclass(PdfParserNew, UpdatedInformalParserInterface))
84print(issubclass(EmlParserNew, UpdatedInformalParserInterface))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected