massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Werkzeug / werkzeug / script.pyi
1 from typing import Any
2
3 argument_types: Any
4 converters: Any
5
6 def run(namespace: Any | None = ..., action_prefix: str = ..., args: Any | None = ...): ...
7 def fail(message, code: int = ...): ...
8 def find_actions(namespace, action_prefix): ...
9 def print_usage(actions): ...
10 def analyse_action(func): ...
11 def make_shell(init_func: Any | None = ..., banner: Any | None = ..., use_ipython: bool = ...): ...
12 def make_runserver(
13     app_factory,
14     hostname: str = ...,
15     port: int = ...,
16     use_reloader: bool = ...,
17     use_debugger: bool = ...,
18     use_evalex: bool = ...,
19     threaded: bool = ...,
20     processes: int = ...,
21     static_files: Any | None = ...,
22     extra_files: Any | None = ...,
23     ssl_context: Any | None = ...,
24 ): ...