mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 21:01:52 +08:00
`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.