MCPcopy Create free account
hub / github.com/dbcli/mycli / fetchall

Method fetchall

test/pytests/test_special_llm.py:446–447  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

444 raise AssertionError(f"unexpected query: {query}")
445
446 def fetchall(self) -> list[tuple[str]]:
447 return self._rows
448
449 def fetchone(self) -> tuple[int, str] | None:
450 return self._row

Callers 6

databasesMethod · 0.45
get_schemaFunction · 0.45
get_sample_dataFunction · 0.45
list_tablesFunction · 0.45
statusFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected