massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / boto / plugin.pyi
1 from typing import Any, Optional\r
2 \r
3 class Plugin:\r
4     capability = ...  # type: Any\r
5     @classmethod\r
6     def is_capable(cls, requested_capability): ...\r
7 \r
8 def get_plugin(cls, requested_capability: Optional[Any] = ...): ...\r
9 def load_plugins(config): ...\r