massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / _util.pyi
1 from typing import NoReturn
2
3 def isPath(f: object) -> bool: ...
4 def isDirectory(f: object) -> bool: ...
5
6 class deferred_error:
7     ex: BaseException
8     def __init__(self, ex: BaseException) -> None: ...
9     def __getattr__(self, elt: str) -> NoReturn: ...