massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / MpegImagePlugin.pyi
1 from typing import Any
2
3 from .ImageFile import ImageFile
4
5 class BitStream:
6     fp: Any
7     bits: int
8     bitbuffer: int
9     def __init__(self, fp) -> None: ...
10     def next(self): ...
11     def peek(self, bits): ...
12     def skip(self, bits) -> None: ...
13     def read(self, bits): ...
14
15 class MpegImageFile(ImageFile):
16     format: str
17     format_description: str