(self, output: str)
| 29 | |
| 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]: |