massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 3 / curses / __init__.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/3/curses/__init__.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/3/curses/__init__.pyi
new file mode 100644 (file)
index 0000000..9067a9d
--- /dev/null
@@ -0,0 +1,10 @@
+import _curses\r
+from _curses import *  # noqa: F403\r
+from typing import Callable, Any, Sequence, Mapping\r
+\r
+LINES: int\r
+COLS: int\r
+\r
+def initscr() -> _curses._CursesWindow: ...\r
+def start_color() -> None: ...\r
+def wrapper(func: Callable[..., Any], *arg: Any, **kwds: Any) -> None: ...\r