Home
last modified time | relevance | path

Searched refs:TargetChoice (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-2.7.6/tools/idf_py_actions/
Dtools.py329 class TargetChoice(click.Choice): class
336 super(TargetChoice, self).__init__(choices, case_sensitive=False)
346 return super(TargetChoice, self).convert(value, param, ctx)
Dcore_ext.py11 from idf_py_actions.tools import (TargetChoice, ensure_build_directory, idf_version, merge_action_l…
421 'type': TargetChoice(SUPPORTED_TARGETS + PREVIEW_TARGETS),