MCPcopy Create free account
hub / github.com/Xeron2000/openOii / execute

Method execute

backend/tests/test_main.py:182–190  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

180 return False
181
182 async def execute(self, *args, **kwargs):
183 class _Res:
184 def scalars(self):
185 return self
186
187 def all(self):
188 return []
189
190 return _Res()
191
192 class FakeAsyncSessionMaker:
193 def __call__(self):

Calls 1

_ResClass · 0.85

Tested by

no test coverage detected