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
1 import distutils.command.install as orig
2 from typing import Any
3
4 class install(orig.install):
5     user_options: Any
6     boolean_options: Any
7     new_commands: Any
8     old_and_unmanageable: Any
9     single_version_externally_managed: Any
10     def initialize_options(self) -> None: ...
11     def finalize_options(self) -> None: ...
12     path_file: Any
13     extra_dirs: str
14     def handle_extra_path(self): ...
15     def run(self): ...
16     def do_egg_install(self) -> None: ...