massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / distutils / command / install_scripts.pyi
1 from typing import Any
2
3 from ..cmd import Command
4
5 class install_scripts(Command):
6     description: str
7     user_options: Any
8     boolean_options: Any
9     install_dir: Any
10     force: int
11     build_dir: Any
12     skip_build: Any
13     def initialize_options(self) -> None: ...
14     def finalize_options(self) -> None: ...
15     outfiles: Any
16     def run(self) -> None: ...
17     def get_inputs(self): ...
18     def get_outputs(self): ...