massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / setuptools / setuptools / command / install_egg_info.pyi
1 from typing import Any
2
3 from setuptools import Command, namespaces
4
5 class install_egg_info(namespaces.Installer, Command):
6     description: str
7     user_options: Any
8     install_dir: Any
9     def initialize_options(self) -> None: ...
10     source: Any
11     target: Any
12     outputs: Any
13     def finalize_options(self) -> None: ...
14     def run(self) -> None: ...
15     def get_outputs(self): ...
16     def copytree(self): ...