MCPcopy Create free account
hub / github.com/OpenDCAI/DataFlow-MM / read

Method read

dataflow/utils/storage.py:14–19  ·  view source on GitHub ↗

Read data from file. type: type that you want to read to, such as "datatrame", List[dict], etc.

(self, output_type)

Source from the content-addressed store, hash-verified

12 """
13 @abstractmethod
14 def read(self, output_type) -> Any:
15 """
16 Read data from file.
17 type: type that you want to read to, such as "datatrame", List[dict], etc.
18 """
19 pass
20
21 @abstractmethod
22 def write(self, data: Any) -> Any:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected