Files
typeshed/third_party
Bertrand Bonnefoy-Claudet 2bd16c42f6 Fix Flask stubs for dispatch_request (#2796)
`dispatch_request` can accept arbitrary arguments and can return
different values.  To keep this simple and in line with the rest of the
stubs (e.g. with `view_func: Callable[..., Any]`), `Any` is used for the
return value although it is too broad.

Closes #2795.
2019-02-15 00:08:25 +01:00
..
2019-02-08 15:14:52 -08:00
2019-02-11 01:56:57 +01:00