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

Class EmptyFetcher

experiments/tests/test_reading_report_flow.py:1326–1329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1324 monkeypatch.setenv("READING_REPORT_PDF_MODE", "smart")
1325
1326 class EmptyFetcher:
1327 @staticmethod
1328 def get_paper_detail(arxiv_id, timeout=None):
1329 return None
1330
1331 monkeypatch.setattr(reading_agent, "_load_arxiv_fetcher", lambda: EmptyFetcher)
1332

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected