MCPcopy Create free account
hub / github.com/ResearAI/DeepReviewer-v2 / __init__

Method __init__

tests/test_retrieval_disabled_mode.py:159–160  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

157
158 class FailingAsyncClient:
159 def __init__(self, *args, **kwargs):
160 pass
161
162 async def __aenter__(self):
163 return self

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected