massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / PcdImagePlugin.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pillow/PIL/PcdImagePlugin.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pillow/PIL/PcdImagePlugin.pyi
new file mode 100644 (file)
index 0000000..0c147ca
--- /dev/null
@@ -0,0 +1,9 @@
+from typing import Any
+
+from .ImageFile import ImageFile
+
+class PcdImageFile(ImageFile):
+    format: str
+    format_description: str
+    im: Any
+    def load_end(self) -> None: ...