Lines Matching refs:message
138 def _list_promt(self, name: str, message: str, choices: list, **kwargs):
139 questions = self._get_questions('list', name, message, choices)
143 def _get_questions(self, promt_type: str, name: str, message: str, choices: list):
148 'message': message,
178 message = _kwargs.pop('message')
204 application = self._question(message, **_kwargs)
232 def _question(self, message: str, **kwargs):
246 tokens.append((Token.Question, ' %s ' % message))