Searched refs:TargetChoice (Results 1 – 2 of 2) sorted by relevance
329 class TargetChoice(click.Choice): class336 super(TargetChoice, self).__init__(choices, case_sensitive=False)346 return super(TargetChoice, self).convert(value, param, ctx)
11 from idf_py_actions.tools import (TargetChoice, ensure_build_directory, idf_version, merge_action_l…421 'type': TargetChoice(SUPPORTED_TARGETS + PREVIEW_TARGETS),