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

Method __init__

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

Source from the content-addressed store, hash-verified

313
314 class PasaAsyncClient:
315 def __init__(self, *args, **kwargs):
316 pass
317
318 async def __aenter__(self):
319 return self

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected