HomeSort by relevance Sort by last modified time
    Searched refs:GetPassWarning (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
getpass.py 6 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
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/
getpass.py 6 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
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/
getpass.py 6 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
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/
getpass.py 6 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
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 959 milliseconds