Called after executing a quit command. This method may be overridden to define custom shutdown behavior.
(self)
| 378 | pass |
| 379 | |
| 380 | def stop_client(self) -> None: |
| 381 | """Called after executing a quit command. |
| 382 | |
| 383 | This method may be overridden to define custom shutdown |
| 384 | behavior. |
| 385 | """ |
| 386 | pass |
| 387 | |
| 388 | def start_session(self, capabilities: dict) -> None: |
| 389 | """Creates a new session with the desired capabilities. |