We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TODO
Concatenate
curses
1 parent 35064a7 commit c8bfa51Copy full SHA for c8bfa51
stdlib/curses/__init__.pyi
@@ -14,4 +14,6 @@ if sys.platform != "win32":
14
# available after calling `curses.start_color()`
15
COLORS: int
16
COLOR_PAIRS: int
17
+ # TODO: wait for `Concatenate` support
18
+ # def wrapper(__func: Callable[Concatenate[_CursesWindow, _P], _T], *arg: _P.args, **kwds: _P.kwargs) -> _T: ...
19
def wrapper(__func: Callable[..., _T], *arg: Any, **kwds: Any) -> _T: ...
0 commit comments