Home
last modified time | relevance | path

Searched refs:win_getpass (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dgetpass.py89 def win_getpass(prompt='Password: ', stream=None): function
177 getpass = win_getpass
/external/python/cpython3/Lib/
Dgetpass.py97 def win_getpass(prompt='Password: ', stream=None): function
183 getpass = win_getpass
/external/python/cpython3/Misc/
DHISTORY17056 - Issue #1578: Problems in win_getpass.