Home
last modified time | relevance | path

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

/tools/acloud/create/
Dcreate.py134 answer = _YES if args.no_prompt else utils.InteractWithQuestion(
223 answer = utils.InteractWithQuestion("Missing necessary acloud setup, "
Dremote_image_local_instance.py176 answer = utils.InteractWithQuestion(
187 download_dir = utils.InteractWithQuestion(
/tools/acloud/hostcleanup/
Dhost_cleanup_runner.py69 answer_client = utils.InteractWithQuestion(
/tools/acloud/setup/
Dhost_setup_runner.py289 answer_client = utils.InteractWithQuestion(
/tools/acloud/internal/lib/
Dutils.py510 def InteractWithQuestion(question, colors=TextColors.WARNING): function
535 answer = InteractWithQuestion(question)