| getpass | index /usr/lib/python1.6/getpass.py |
Utilities to get a password and/or the current user name.
getpass(prompt) - prompt for a password, with echo turned off
getuser() - get the user name from the environment or password database
On Windows, the msvcrt module will be used.
On the Mac EasyDialogs.AskPassword is used, if available.
| Modules | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| __file__ = '/usr/lib/python1.6/getpass.pyc' __name__ = 'getpass' | ||