massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / setuptools / setuptools / command / install.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/setuptools/setuptools/command/install.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/setuptools/setuptools/command/install.pyi
new file mode 100644 (file)
index 0000000..50594f2
--- /dev/null
@@ -0,0 +1,16 @@
+import distutils.command.install as orig
+from typing import Any
+
+class install(orig.install):
+    user_options: Any
+    boolean_options: Any
+    new_commands: Any
+    old_and_unmanageable: Any
+    single_version_externally_managed: Any
+    def initialize_options(self) -> None: ...
+    def finalize_options(self) -> None: ...
+    path_file: Any
+    extra_dirs: str
+    def handle_extra_path(self): ...
+    def run(self): ...
+    def do_egg_install(self) -> None: ...