Lines Matching defs:self
47 def select_compile_option(self) -> dict: argument
88 def select_product(self) -> dict: argument
120 def _select_os_level(self) -> str: argument
138 def _list_promt(self, name: str, message: str, choices: list, **kwargs): argument
143 def _get_questions(self, promt_type: str, name: str, message: str, choices: list): argument
154 def _prompt(self, questions: list, answers=None, **kwargs): argument
232 def _question(self, message: str, **kwargs): argument
312 def __init__(self, choices: list, **kwargs): argument
321 def choice_count(self): argument
324 def get_selection(self): argument
327 def _init_choices(self, choices: list, default=None): argument
347 def _get_choice_tokens(self, cli): argument