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