61
70
"""See UIFactory.nested_progress_bar()."""
62
71
# this in turn is abstract, and creates either a tty or dots
63
72
# bar depending on what we think of the terminal
66
75
def get_password(self, prompt='', **kwargs):
67
76
"""Prompt the user for a password.