Lines Matching full:not
18 not *nix). The aim of this project is to implement simple and small Kconfiglib
103 '- -' symbol has value 'n' that's not editable
104 '-M-' symbol has value 'm' that's not editable
105 '-*-' symbol has value 'y' that's not editable
176 v = v and node.prompt is not None
177 # It should be enough to check if prompt expression is not false and
178 # for menu nodes whether 'visible if' is not false
212 # Symbol is not editable
216 elif isinstance(item, kconfiglib.Symbol) and item.choice is not None:
224 # Symbol is not editable
234 if node.prompt is not None:
248 # For symbol inside choice that has 'y' value, '(NEW)' is not displayed
256 if item.selection is not None:
258 if sym.nodes and sym.nodes[0].prompt is not None:
289 and value is not None):
314 and value is not None):
352 ident = self.node.prompt[0] if self.node.prompt is not None else None
390 and item.choice is not None and item.choice.tri_value == 2):
418 text = 'Help not available for this menu node.\n'
434 if ident is not None:
464 if value is not None:
693 if idx is not None:
764 while n is not None:
772 if (n.list is not None
788 # If not preserved, the see() method will make wanted item to appear
796 if selected_entry and not reset_selection:
815 if node.list is not None:
860 text = 'Please enter a decimal value. Fractions will not be accepted\n' \
871 … messagebox.showerror('Bad value', 'Entered value \'{}\' is not an integer'.format(d.value))
872 if ivalue is not None and ranges:
876 if not allowed:
909 …messagebox.showerror('Bad value', 'Entered value \'{}\' is not a hexadecimal value'.format(d.value…
910 if hvalue is not None and ranges:
914 if not allowed:
967 v = v and node.prompt is not None
968 # It should be enough to check if prompt expression is not false and
969 # for menu nodes whether 'visible if' is not false
985 if not node:
1025 if not self.unsaved_changes:
1053 if not path or not os.path.isfile(path):
1058 # If path does not exist, we still set current config path to it but don't load anything
1061 if not os.path.exists(path):
1070 if not self.__silent:
1075 if not self.__silent:
1090 if not path:
1096 … self.kconfig.write_config(path, header="#\n# Automatically generated file; DO NOT EDIT.\n")
1175 help='silent mode, not show window'
1181 if not os.path.isfile(kconfig_path):
1187 if "--silent" not in argv: