Skip to content

Commit

Permalink
setuptools._distutils._msvccompiler.MSVCCompiler non-None ClassVars (
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Nov 11, 2024
1 parent a870a4e commit 300204c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions stubs/setuptools/setuptools/_distutils/_msvccompiler.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ PLAT_SPEC_TO_RUNTIME: Final[dict[str, str]]
class MSVCCompiler(CCompiler):
compiler_type: ClassVar[str]
executables: ClassVar[dict[Incomplete, Incomplete]]
src_extensions: ClassVar[list[str]]
res_extension: ClassVar[str]
obj_extension: ClassVar[str]
static_lib_extension: ClassVar[str]
shared_lib_extension: ClassVar[str]
shared_lib_format: ClassVar[str]
static_lib_format = shared_lib_format
exe_extension: ClassVar[str]
initialized: bool
def initialize(self, plat_name: str | None = None) -> None: ...
@property
Expand Down

0 comments on commit 300204c

Please sign in to comment.