Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Bee/DataStudio
/ __init__
Method
__init__
tests/models/test_base_api.py:272–274 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
270
271
class
FailingAPI(BaseAPI):
272
def
__init__(self):
273
super().__init__(retry=2, wait=0.01)
274
self.call_count = 0
275
276
def
generate_inner(self, inputs, **kwargs):
277
self.call_count += 1
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected