massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / _imaging.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pillow/PIL/_imaging.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pillow/PIL/_imaging.pyi
new file mode 100644 (file)
index 0000000..44d41ce
--- /dev/null
@@ -0,0 +1,15 @@
+from collections.abc import Sequence
+from typing import Any
+from typing_extensions import Literal
+
+DEFAULT_STRATEGY: Literal[0]
+FILTERED: Literal[1]
+HUFFMAN_ONLY: Literal[2]
+RLE: Literal[3]
+FIXED: Literal[4]
+
+class _Path:
+    def __getattr__(self, item: str) -> Any: ...  # incomplete
+
+def path(__x: Sequence[tuple[float, float]] | Sequence[float]) -> _Path: ...
+def __getattr__(__name: str) -> Any: ...  # incomplete