def _save_history(self): hist_file = self.hist_file() if hist_file: readline.write_history_file(os.path.expanduser(hist_file))