Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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()
Callers
15
test_save_json
Method · 0.45
test_save_json_with_indent
Method · 0.45
test_save_json_ensure_ascii_false
Method · 0.45
test_save_empty_list
Method · 0.45
test_save_creates_parent_directory
Method · 0.45
test_save_jsonl
Method · 0.45
test_save_jsonl_each_line_valid_json
Method · 0.45
test_save_jsonl_ensure_ascii_false
Method · 0.45
test_save_empty_list
Method · 0.45
test_save_json_file
Method · 0.45
test_save_jsonl_file
Method · 0.45
test_save_config
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected