massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / distutils / command / install_headers.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stdlib/distutils/command/install_headers.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stdlib/distutils/command/install_headers.pyi
new file mode 100644 (file)
index 0000000..795bd1c
--- /dev/null
@@ -0,0 +1,16 @@
+from typing import Any
+
+from ..cmd import Command
+
+class install_headers(Command):
+    description: str
+    user_options: Any
+    boolean_options: Any
+    install_dir: Any
+    force: int
+    outfiles: Any
+    def initialize_options(self) -> None: ...
+    def finalize_options(self) -> None: ...
+    def run(self) -> None: ...
+    def get_inputs(self): ...
+    def get_outputs(self): ...