Lines Matching refs:Choice
218 from kconfiglib import Symbol, Choice, MENU, COMMENT, MenuNode, \
1117 if isinstance(menu.item, Choice):
1156 jump_into = (isinstance(node.item, Choice) or node.item == MENU) and \
1186 if jump_into and isinstance(_cur_menu.item, Choice):
1420 if isinstance(node.item, (Symbol, Choice)) and node.help:
1519 if isinstance(menu.item, Choice):
1631 if not isinstance(sc, (Symbol, Choice)):
1649 if isinstance(sc, (Symbol, Choice)) and tri_val in sc.assignable:
2303 if isinstance(node.item, (Symbol, Choice)):
2532 "Choice" if isinstance(node.item, Choice) else
2562 if isinstance(node.item, Choice):
2998 if isinstance(node.item, Choice) and node.item.tri_value == 2:
3033 (_show_name and isinstance(node.item, (Symbol, Choice)))
3060 return "" if isinstance(item, Choice) else "-{}-".format(tri_val_str)