massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / setuptools / setuptools / command / install_lib.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/setuptools/setuptools/command/install_lib.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/setuptools/setuptools/command/install_lib.pyi
new file mode 100644 (file)
index 0000000..cd76c47
--- /dev/null
@@ -0,0 +1,9 @@
+import distutils.command.install_lib as orig
+
+class install_lib(orig.install_lib):
+    def run(self) -> None: ...
+    def get_exclusions(self): ...
+    def copy_tree(
+        self, infile, outfile, preserve_mode: int = ..., preserve_times: int = ..., preserve_symlinks: int = ..., level: int = ...
+    ): ...
+    def get_outputs(self): ...