Searched refs:all_choices (Results 1 – 1 of 1) sorted by relevance
255 def _get_preferred_ide_from_user(all_choices): argument264 if not all_choices:268 for index, option in enumerate(all_choices, 1):275 return all_choices[int(input_data) - 1]