massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / pyvmomi / pyVmomi / vim / option.pyi
1 from typing import Any
2
3 def __getattr__(name: str) -> Any: ...  # incomplete
4
5 class OptionManager:
6     def QueryOptions(self, name: str) -> list[OptionValue]: ...
7
8 class OptionValue:
9     value: Any