Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c8bfa51

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎stdlib/curses/__init__.pyi

Copy file name to clipboardExpand all lines: stdlib/curses/__init__.pyi
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.