Skip to content

Commit c8bfa51

Browse files
authored
Add TODO to support Concatenate in curses (#7018)
1 parent 35064a7 commit c8bfa51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/curses/__init__.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ if sys.platform != "win32":
1414
# available after calling `curses.start_color()`
1515
COLORS: int
1616
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: ...
1719
def wrapper(__func: Callable[..., _T], *arg: Any, **kwds: Any) -> _T: ...

0 commit comments

Comments
 (0)