massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / MpegImagePlugin.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pillow/PIL/MpegImagePlugin.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pillow/PIL/MpegImagePlugin.pyi
new file mode 100644 (file)
index 0000000..4cadacb
--- /dev/null
@@ -0,0 +1,17 @@
+from typing import Any
+
+from .ImageFile import ImageFile
+
+class BitStream:
+    fp: Any
+    bits: int
+    bitbuffer: int
+    def __init__(self, fp) -> None: ...
+    def next(self): ...
+    def peek(self, bits): ...
+    def skip(self, bits) -> None: ...
+    def read(self, bits): ...
+
+class MpegImageFile(ImageFile):
+    format: str
+    format_description: str