Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
15
test_checkpoint_file_format
Method · 0.45
test_load_valid_json
Method · 0.45
test_load_empty_json_array
Method · 0.45
test_load_single_object_json
Method · 0.45
test_load_nonexistent_file
Method · 0.45
test_load_invalid_json
Method · 0.45
test_save_json
Method · 0.45
test_save_empty_list
Method · 0.45
test_load_valid_jsonl
Method · 0.45
test_load_empty_jsonl
Method · 0.45
test_load_jsonl_with_blank_lines
Method · 0.45
test_load_nonexistent_file
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected