massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / _util.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pillow/PIL/_util.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pillow/PIL/_util.pyi
new file mode 100644 (file)
index 0000000..f5faa8c
--- /dev/null
@@ -0,0 +1,9 @@
+from typing import NoReturn
+
+def isPath(f: object) -> bool: ...
+def isDirectory(f: object) -> bool: ...
+
+class deferred_error:
+    ex: BaseException
+    def __init__(self, ex: BaseException) -> None: ...
+    def __getattr__(self, elt: str) -> NoReturn: ...