MCPcopy Create free account
hub / github.com/Open-Bee/DataStudio / load

Method load

tests/datasets/test_formatters.py:38–39  ·  view source on GitHub ↗
(self, file_path)

Source from the content-addressed store, hash-verified

36
37 class IncompleteFormat(BaseFormat):
38 def load(self, file_path):
39 pass
40
41 def save(self, data, file_path, **kwargs):
42 pass

Calls

no outgoing calls

Tested by

no test coverage detected