5170:fb9168c2e069 | 5174:8c48f5e0cd92 |
---|---|
46 @param prompt Prompt to be shown to the user (string) | 46 @param prompt Prompt to be shown to the user (string) |
47 @return Password entered by the user (string) | 47 @return Password entered by the user (string) |
48 """ | 48 """ |
49 return input(prompt, False) | 49 return input(prompt, False) |
50 | 50 |
51 | |
51 unix_getpass = getpass | 52 unix_getpass = getpass |
52 win_getpass = getpass | 53 win_getpass = getpass |
53 default_getpass = getpass | 54 default_getpass = getpass |
54 | 55 |
55 # | 56 # |