Home | History | Annotate | Download | only in codereview

Lines Matching refs:prompt

2702 def GetEmail(prompt):
2708 for next time we prompt.
2718 prompt += " [%s]" % last_email
2721 email = raw_input(prompt + ": ").strip()
3030 # Disable status prints so they don't obscure the password prompt.
3184 """Show an "are you sure?" prompt if there are unknown files."""
3190 prompt = "Are you sure to continue?(y/N) "
3191 answer = raw_input(prompt).strip()