Home
last modified time | relevance | path

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

/tools/asuite/plugin_lib/
Ddeployment.py37 _SELECTION_ITEM = {'yes': 'yes', 'no': 'no', 'auto': 'auto', 'y': 'yes', variable
62 while input_data.lower() not in _SELECTION_ITEM.keys():
64 choice = _SELECTION_ITEM.get(input_data)