def load_console_history(self): if os.path.exists(self._history_file): readline.read_history_file(self._history_file) return