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:344–345 ·
view source on GitHub ↗
(self, file_path)
Source
from the content-addressed store, hash-verified
342
return
[
".custom"
]
343
344
def
load(self, file_path):
345
return
[]
346
347
def
save(self, data, file_path, **kwargs):
348
pass
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected