massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / distutils / command / bdist_dumb.pyi
1 from typing import Any
2
3 from ..cmd import Command
4
5 class bdist_dumb(Command):
6     description: str
7     user_options: Any
8     boolean_options: Any
9     default_format: Any
10     bdist_dir: Any
11     plat_name: Any
12     format: Any
13     keep_temp: int
14     dist_dir: Any
15     skip_build: Any
16     relative: int
17     owner: Any
18     group: Any
19     def initialize_options(self) -> None: ...
20     def finalize_options(self) -> None: ...
21     def run(self) -> None: ...