f2811b5e5abf998f84e24115d546ca3d600ef861
[dotfiles/.git] / getpass.pyi
1 # Stubs for getpass (Python 2)\r
2 \r
3 from typing import Any, IO\r
4 \r
5 class GetPassWarning(UserWarning): ...\r
6 \r
7 def getpass(prompt: str = ..., stream: IO[Any] = ...) -> str: ...\r
8 def getuser() -> str: ...\r