MCPcopy Create free account
hub / github.com/Open-Bee/DataStudio / __getattr__

Method __getattr__

tests/models/test_base_api.py:32–33  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

30 self._api = TestableAPI(**kwargs)
31
32 def __getattr__(self, name):
33 return getattr(self._api, name)
34
35
36@pytest.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected