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