We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setuptools._distutils._msvccompiler.MSVCCompiler
1 parent a870a4e commit 300204cCopy full SHA for 300204c
stubs/setuptools/setuptools/_distutils/_msvccompiler.pyi
@@ -8,7 +8,14 @@ PLAT_SPEC_TO_RUNTIME: Final[dict[str, str]]
8
class MSVCCompiler(CCompiler):
9
compiler_type: ClassVar[str]
10
executables: ClassVar[dict[Incomplete, Incomplete]]
11
+ src_extensions: ClassVar[list[str]]
12
res_extension: ClassVar[str]
13
+ obj_extension: ClassVar[str]
14
+ static_lib_extension: ClassVar[str]
15
+ shared_lib_extension: ClassVar[str]
16
+ shared_lib_format: ClassVar[str]
17
+ static_lib_format = shared_lib_format
18
+ exe_extension: ClassVar[str]
19
initialized: bool
20
def initialize(self, plat_name: str | None = None) -> None: ...
21
@property
0 commit comments