Gracefully shuts down the server and its components.
(self)
| 864 | print(json.dumps(error_response), flush=True) |
| 865 | |
| 866 | def shutdown(self): |
| 867 | """Gracefully shuts down the server and its components.""" |
| 868 | debug_logger("Shutting down server...") |
| 869 | self.code_watcher.stop() |
| 870 | _teardown_db_manager(self.db_manager) |
no test coverage detected