All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.python.types.typeshed.stdlib.3.distutils.command.build_py.pyi Maven / Gradle / Ivy

There is a newer version: 4.17.0.14845
Show newest version
from distutils.cmd import Command

class build_py(Command):
    def initialize_options(self) -> None: ...
    def finalize_options(self) -> None: ...
    def run(self) -> None: ...

class build_py_2to3(build_py): ...




© 2015 - 2024 Weber Informatics LLC | Privacy Policy