massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / aws-xray-sdk / aws_xray_sdk / core / plugins / utils.pyi
1 from typing import Any
2
3 from ..exceptions.exceptions import MissingPluginNames as MissingPluginNames
4
5 module_prefix: str
6 PLUGIN_MAPPING: Any
7
8 def get_plugin_modules(plugins): ...