Home | History | Annotate | Download | only in common_lib

Lines Matching refs:question

2039 def ask(question, auto=False):
2043 @param question: Question to be asked
2044 @param auto: Whether to return "y" instead of asking the question
2047 logging.info("%s (y/n) y", question)
2050 (time.strftime("%H:%M:%S", time.localtime()), question))