massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / pyvmomi / pyVmomi / vim / fault.pyi
1 from typing import Any
2
3 def __getattr__(name: str) -> Any: ...  # incomplete
4
5 class InvalidName(Exception): ...
6 class RestrictedByAdministrator(Exception): ...
7 class NoPermission(Exception): ...