MCPcopy Create free account
hub / github.com/LLMQuant/quant-mind / _patch_runner

Function _patch_runner

tests/flows/test_paper.py:47–51  ·  view source on GitHub ↗
(return_value: Any)

Source from the content-addressed store, hash-verified

45 / "fixtures"
46 / "paper"
47 / "golden"
48 / "paper.pdf"
49)
50_WHEN = datetime(2017, 12, 6, tzinfo=timezone.utc)
51
52
53class _FakeSummaryProvider:
54 def __init__(self, *, fail: Exception | None = None) -> None:

Calls

no outgoing calls

Tested by

no test coverage detected