def run(self): readline.set_completer(completer.check) readline.set_completer_delims("") readline.parse_and_bind("tab: complete")