massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / BdfFontFile.pyi
1 from typing import Any
2
3 from .FontFile import FontFile
4
5 bdf_slant: Any
6 bdf_spacing: Any
7
8 def bdf_char(f): ...
9
10 class BdfFontFile(FontFile):
11     def __init__(self, fp) -> None: ...