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

Method get_notes

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

Source from the content-addressed store, hash-verified

684 self.calls = []
685
686 def get_notes(self, **kwargs):
687 self.calls.append(kwargs)
688 return [FakeNote()]
689
690 client = FakeClient()
691 monkeypatch.setattr(openreview_fetcher, "get_client", lambda: client)

Callers 1

search_papersFunction · 0.80

Calls 1

FakeNoteClass · 0.85

Tested by

no test coverage detected