Searched refs:GetPassWarning (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dgetpass.py6 GetPassWarning - This UserWarning is issued when getpass() cannot prevent
16 # Gregory P. Smith (tty support & GetPassWarning)
20 __all__ = ["getpass","getuser","GetPassWarning"]
23 class GetPassWarning(UserWarning): pass class in inherits:UserWarning
37 GetPassWarning: When we were unable to turn echo off on the input.
113 warnings.warn("Can not control echo on the terminal.", GetPassWarning,
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dgetpass.py6 GetPassWarning - This UserWarning is issued when getpass() cannot prevent
16 # Gregory P. Smith (tty support & GetPassWarning)
20 __all__ = ["getpass","getuser","GetPassWarning"]
23 class GetPassWarning(UserWarning): pass class in inherits:UserWarning
37 GetPassWarning: When we were unable to turn echo off on the input.
113 warnings.warn("Can not control echo on the terminal.", GetPassWarning,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dgetpass.py6 GetPassWarning - This UserWarning is issued when getpass() cannot prevent
16 # Gregory P. Smith (tty support & GetPassWarning)
20 __all__ = ["getpass","getuser","GetPassWarning"]
23 class GetPassWarning(UserWarning): pass class in inherits:UserWarning
37 GetPassWarning: When we were unable to turn echo off on the input.
113 warnings.warn("Can not control echo on the terminal.", GetPassWarning,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dgetpass.py6 GetPassWarning - This UserWarning is issued when getpass() cannot prevent
16 # Gregory P. Smith (tty support & GetPassWarning)
20 __all__ = ["getpass","getuser","GetPassWarning"]
23 class GetPassWarning(UserWarning): pass class in inherits:UserWarning
37 GetPassWarning: When we were unable to turn echo off on the input.
113 warnings.warn("Can not control echo on the terminal.", GetPassWarning,

Completed in 210 milliseconds