MCPcopy 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

Calls

no outgoing calls

Tested by 1