massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / getpass.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2/getpass.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2/getpass.pyi
new file mode 100644 (file)
index 0000000..f2811b5
--- /dev/null
@@ -0,0 +1,8 @@
+# Stubs for getpass (Python 2)\r
+\r
+from typing import Any, IO\r
+\r
+class GetPassWarning(UserWarning): ...\r
+\r
+def getpass(prompt: str = ..., stream: IO[Any] = ...) -> str: ...\r
+def getuser() -> str: ...\r