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