OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPassWarning
(Results
1 - 8
of
8
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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
,
/external/python/cpython2/Lib/
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
,
/external/python/cpython3/Lib/
getpass.py
6
GetPassWarning
- This UserWarning is issued when getpass() cannot prevent
15
# Gregory P. Smith (tty support &
GetPassWarning
)
23
__all__ = ["getpass","getuser","
GetPassWarning
"]
26
class
GetPassWarning
(UserWarning): pass
40
GetPassWarning
: When we were unable to turn echo off on the input.
121
warnings.warn("Can not control echo on the terminal.",
GetPassWarning
,
/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
,
/external/python/cpython3/Lib/test/
test_getpass.py
155
with self.assertWarns(getpass.
GetPassWarning
):
Completed in 227 milliseconds