Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Bee/DataStudio
/ IncompleteAPI
Class
IncompleteAPI
tests/models/test_base_api.py:310–311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
from
datastudio.models.base
import
BaseAPI
309
310
class
IncompleteAPI(BaseAPI):
311
pass
312
313
api = IncompleteAPI()
314
with
pytest.raises(NotImplementedError):
Callers
1
test_must_implement_generate_inner
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_must_implement_generate_inner
Method · 0.68