massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / distutils / command / build_scripts.pyi
1 from typing import Any
2
3 from ..cmd import Command
4 from ..util import Mixin2to3 as Mixin2to3
5
6 first_line_re: Any
7
8 class build_scripts(Command):
9     description: str
10     user_options: Any
11     boolean_options: Any
12     build_dir: Any
13     scripts: Any
14     force: Any
15     executable: Any
16     outfiles: Any
17     def initialize_options(self) -> None: ...
18     def finalize_options(self) -> None: ...
19     def get_source_files(self): ...
20     def run(self) -> None: ...
21     def copy_scripts(self): ...
22
23 class build_scripts_2to3(build_scripts, Mixin2to3):
24     def copy_scripts(self): ...