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