massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / click / globals.pyi
1 from click.core import Context\r
2 from typing import Optional\r
3 \r
4 \r
5 def get_current_context(silent: bool = ...) -> Context:\r
6     ...\r
7 \r
8 \r
9 def push_context(ctx: Context) -> None:\r
10     ...\r
11 \r
12 \r
13 def pop_context() -> None:\r
14     ...\r
15 \r
16 \r
17 def resolve_color_default(color: Optional[bool] = ...) -> Optional[bool]:\r
18     ...\r