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

Method load_data_source

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

Load in the file for extracting text.

(self, path: str, file_name: str)

Source from the content-addressed store, hash-verified

2
3class InformalParserInterface:
4 def load_data_source(self, path: str, file_name: str) -> str:
5 """Load in the file for extracting text."""
6 pass
7
8 def extract_text(self, full_file_name: str) -> dict:
9 """Extract text from the currently loaded file."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected