massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / 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