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

File interface.py

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

Source from the content-addressed store, hash-verified

1# https://realpython.com/python-interface/#python-interface-overview
2
3class InformalParserInterface:
4 def load_data_source(self, path: str, file_name: str) -> str:

Callers

nothing calls this directly

Calls 3

PdfParserNewClass · 0.85
EmlParserNewClass · 0.85
extract_textMethod · 0.45

Tested by

no test coverage detected