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

Method load_data_source

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

Load in the data set

(self, path: str, file_name: str)

Source from the content-addressed store, hash-verified

148
149 @abc.abstractmethod
150 def load_data_source(self, path: str, file_name: str):
151 """Load in the data set"""
152 raise NotImplementedError
153
154 @abc.abstractmethod
155 def extract_text(self, full_file_path: str):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected