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.
1 parent 266727e commit 1f8bfbcCopy full SHA for 1f8bfbc
stubs/setuptools/distutils/ccompiler.pyi
@@ -1 +1,12 @@
1
from setuptools._distutils.ccompiler import *
2
+from setuptools._distutils.ccompiler import CCompiler as CCompiler
3
+
4
+__all__ = [
5
+ "CompileError",
6
+ "LinkError",
7
+ "gen_lib_options",
8
+ "gen_preprocess_options",
9
+ "get_default_compiler",
10
+ "new_compiler",
11
+ "show_compilers",
12
+]
0 commit comments