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

Method __init__

experiments/tests/test_paper_stack.py:61–62  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

59
60 class FakeClient:
61 def __init__(self, **kwargs):
62 captured.update(kwargs)
63
64 monkeypatch.delenv("OPENAI_API_KEY", raising=False)
65 monkeypatch.delenv("OPENAI_BASE_URL", raising=False)

Callers

nothing calls this directly

Calls 1

FakeEmbeddingsClass · 0.85

Tested by

no test coverage detected