mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Add LINE and COL definitions to /stdlib/3/curses/__init__.py (#1757)
Fixes #1596
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import _curses
|
||||
from _curses import * # noqa: F403
|
||||
|
||||
LINES: int
|
||||
COLS: int
|
||||
|
||||
def initscr() -> _curses._CursesWindow: ...
|
||||
def start_color(): ...
|
||||
def wrapper(func, *args, **kwds): ...
|
||||
|
||||
Reference in New Issue
Block a user