Lines Matching full:selection
200 The point is to remember the user n selection (which might differ from the
2888 # y-mode selection of the choice might change if a choice symbol's
2897 # The choice symbols themselves, because the y mode selection might
3655 val = 2 if self.choice.selection is self else 0
3786 # Setting a choice symbol to y makes it the user selection of the
3787 # choice. Like for symbol user values, the user selection is not
3788 # guaranteed to match the actual selection of the choice, as
4205 selection:
4224 back" to the user selection if the mode is changed back to y. This might
4225 differ from 'selection' due to unsatisfied dependencies.
4351 def selection(self): member in Choice
4404 Resets the user value (mode) and user selection of the Choice, as if
4441 if self.selection:
4442 fields.append("{} selected".format(self.selection.name))
4448 if self.selection is not self.user_selection:
4537 # Worker function for the 'selection' attribute
4542 # Not in y mode, so no selection
4545 # Use the user selection if it's visible
4564 # Couldn't find a selection
5756 choice.kconfig._warn("the default selection {} of {} is not "
6125 # Constant representing that there's no cached choice selection. This is
6126 # distinct from a cached None (no selection). We create a unique object (any