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

Method save

tests/datasets/test_formatters.py:41–42  ·  view source on GitHub ↗
(self, data, file_path, **kwargs)

Source from the content-addressed store, hash-verified

39 pass
40
41 def save(self, data, file_path, **kwargs):
42 pass
43
44 with pytest.raises(TypeError):
45 IncompleteFormat()

Calls

no outgoing calls

Tested by

no test coverage detected