massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / XpmImagePlugin.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pillow/PIL/XpmImagePlugin.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pillow/PIL/XpmImagePlugin.pyi
new file mode 100644 (file)
index 0000000..600a9e0
--- /dev/null
@@ -0,0 +1,10 @@
+from typing import Any
+
+from .ImageFile import ImageFile
+
+xpm_head: Any
+
+class XpmImageFile(ImageFile):
+    format: str
+    format_description: str
+    def load_read(self, bytes): ...