massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / fpdf2 / fpdf / errors.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/fpdf2/fpdf/errors.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/fpdf2/fpdf/errors.pyi
new file mode 100644 (file)
index 0000000..637a55e
--- /dev/null
@@ -0,0 +1,9 @@
+from typing import Any
+
+class FPDFException(Exception): ...
+
+class FPDFPageFormatException(FPDFException):
+    argument: Any
+    unknown: Any
+    one: Any
+    def __init__(self, argument, unknown: bool = ..., one: bool = ...) -> None: ...