massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 3 / curses / __init__.pyi
1 import _curses\r
2 from _curses import *  # noqa: F403\r
3 from typing import Callable, Any, Sequence, Mapping\r
4 \r
5 LINES: int\r
6 COLS: int\r
7 \r
8 def initscr() -> _curses._CursesWindow: ...\r
9 def start_color() -> None: ...\r
10 def wrapper(func: Callable[..., Any], *arg: Any, **kwds: Any) -> None: ...\r