MCPcopy Index your code
hub / github.com/dbcli/mycli / format_sqlresult

Method format_sqlresult

mycli/client_query.py:32–32  ·  view source on GitHub ↗
(self, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

30 def log_query(self, query: str) -> None: ...
31 def log_output(self, output: str) -> None: ...
32 def format_sqlresult(self, *args: Any, **kwargs: Any) -> Any: ...
33
34 def refresh_completions(self, reset: bool = False) -> list[SQLResult]:
35 # Cancel any in-flight schema prefetch before the completer is

Callers 1

run_queryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected