def init_readline(self): try: readline.read_history_file(".pupy_history") except Exception: pass self.init_completer()