massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / fpdf2 / fpdf / errors.pyi
1 from typing import Any
2
3 class FPDFException(Exception): ...
4
5 class FPDFPageFormatException(FPDFException):
6     argument: Any
7     unknown: Any
8     one: Any
9     def __init__(self, argument, unknown: bool = ..., one: bool = ...) -> None: ...