massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / click / README.md
1 # click 7.0
2
3 `__init__.pyi` is almost a copy of `click/__init__.py`. It's a shortcut module
4 anyway in the actual sources so it works well with minimal changes.
5
6 The types are pretty complete but they were created mostly for public API use
7 so some internal modules (`_compat`) or functions (`core._bashcomplete`) are
8 deliberately missing. If you feel the need to add those, pull requests accepted.
9
10 Speaking of pull requests, it would be great if the option decorators informed
11 the type checker on what types the command callback should accept.