Searched refs:is_editline (Results 1 – 1 of 1) sorted by relevance
22 is_editline = ("EditLine wrapper" in readline._READLINE_LIBRARY_VERSION) variable24 is_editline = (readline.__doc__ and "libedit" in readline.__doc__) variable130 if is_editline:140 @unittest.skipIf(readline._READLINE_VERSION < 0x0601 and not is_editline,242 if sys.platform == "darwin" or not is_editline:253 if not is_editline and hasattr(readline, "set_pre_input_hook"):269 @unittest.skipIf(is_editline,