massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Flask / flask / debughelpers.pyi
1 from typing import Any
2
3 class UnexpectedUnicodeError(AssertionError, UnicodeError): ...
4
5 class DebugFilesKeyError(KeyError, AssertionError):
6     msg: Any = ...
7     def __init__(self, request: Any, key: Any) -> None: ...
8
9 class FormDataRoutingRedirect(AssertionError):
10     def __init__(self, request: Any) -> None: ...
11
12 def attach_enctype_error_multidict(request: Any): ...
13 def explain_template_loading_attempts(app: Any, template: Any, attempts: Any) -> None: ...
14 def explain_ignored_app_run() -> None: ...