massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / TarIO.pyi
1 from typing import Any
2
3 from .ContainerIO import ContainerIO
4
5 class TarIO(ContainerIO):
6     fh: Any
7     def __init__(self, tarfile, file) -> None: ...
8     def __enter__(self): ...
9     def __exit__(self, *args) -> None: ...
10     def close(self) -> None: ...