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