MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / __init__

Method __init__

tests/test_llm_parser.py:31–32  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

29
30 class FakeClient:
31 def __init__(self, **kwargs):
32 captured.update(kwargs)
33
34 monkeypatch.delenv("OPENAI_API_KEY", raising=False)
35 monkeypatch.delenv("OPENAI_BASE_URL", raising=False)

Callers

nothing calls this directly

Calls 1

FakeChatClass · 0.70

Tested by

no test coverage detected