massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / click / click / globals.pyi
1 from click.core import Context
2
3 def get_current_context(silent: bool = ...) -> Context: ...
4 def push_context(ctx: Context) -> None: ...
5 def pop_context() -> None: ...
6 def resolve_color_default(color: bool | None = ...) -> bool | None: ...