alfred3.util.multiple_choice_numbers#

alfred3.util.multiple_choice_numbers(choice_dict: dict) Union[int, Tuple[int]][source]#

Finds the indexes of the choices saved for a multiple choice element.

Returns

A tuple of integers. The length depends on the number of

selected choices.

Return type

tuple