(self, *args: Any, **kwargs: Any)
| 30 | def refresh_completions(self, reset: bool = False) -> list[SQLResult]: ... |
| 31 | def reconnect(self, database: str = '') -> bool: ... |
| 32 | def echo(self, *args: Any, **kwargs: Any) -> None: ... |
| 33 | |
| 34 | def register_special_commands(self) -> None: |
| 35 | special.register_special_command( |