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

Method reset

dataflow/utils/storage.py:102–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

100 return self
101
102 def reset(self):
103 self.operator_step = -1
104 return self
105
106 def _load_local_file(self, file_path: str, file_type: str) -> pd.DataFrame:
107 """Load data from local file based on file type."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected