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

Method execute

tests/test_desktop_gui.py:234–235  ·  view source on GitHub ↗
(self, *_args, **_kwargs)

Source from the content-addressed store, hash-verified

232
233 class FakeConnection:
234 def execute(self, *_args, **_kwargs):
235 return FakeRows()
236
237 def close(self):
238 return None

Callers 15

mainFunction · 0.45
_load_profilesFunction · 0.45
get_all_papersFunction · 0.45
get_papers_by_dateFunction · 0.45
get_papers_up_to_dateFunction · 0.45
get_all_usersFunction · 0.45
_count_papers_for_dayFunction · 0.45
_count_total_papersFunction · 0.45
backup_profilesFunction · 0.45
clear_profiles_onlyFunction · 0.45
load_profilesFunction · 0.45
get_table_countsFunction · 0.45

Calls 1

FakeRowsClass · 0.85

Tested by

no test coverage detected