Files
typeshed/stdlib/3
Olmo Kramer 4ca0a63027 Relate _curses.wrapper return type to its function arg (#2353)
`curses.wrapper` returns the return value of the function it is passed,
but its function argument is declared as `Callable[..., Any]` while its
return type is `None`. This changes the definition of `curses.wrapper`
to use a `TypeVar` that relates the return type of its function argument
to its own return type.
2018-08-01 07:57:45 -07:00
..
2017-04-24 15:31:29 -07:00
2018-06-09 18:48:30 -07:00
2016-12-21 01:15:26 -08:00
2017-11-09 05:56:55 -08:00
2017-04-24 15:31:29 -07:00
2018-05-15 15:18:59 -04:00
2018-05-15 15:18:59 -04:00
2017-04-30 14:16:30 -07:00
2016-12-20 00:47:51 -08:00
2018-05-15 15:18:59 -04:00
2017-04-24 14:57:26 -07:00
2017-11-13 06:56:24 -08:00
2017-05-31 12:07:21 -07:00
2017-10-08 21:12:19 -07:00