class documentation

class IntelCCompilerW(MSVCCompiler):

Known subclasses: numpy.distutils.intelccompiler.IntelEM64TCCompilerW

View In Hierarchy

A modified Intel compiler compatible with an MSVC-built Python.
Method __init__ Undocumented
Method initialize Undocumented
Class Variable compiler​_cxx Undocumented
Class Variable compiler​_type Undocumented
Instance Variable __version Undocumented
Instance Variable cc Undocumented
Instance Variable compile​_options Undocumented
Instance Variable compile​_options​_debug Undocumented
Instance Variable lib Undocumented
Instance Variable linker Undocumented

Inherited from MSVCCompiler:

Method manifest​_setup​_ldargs Undocumented
def __init__(self, verbose=0, dry_run=0, force=0):
def initialize(self, plat_name=None):
compiler_cxx: str =

Undocumented

compiler_type: str =
__version =
cc =

Undocumented

compile_options: list[str] =

Undocumented

compile_options_debug: list[str] =

Undocumented

lib =

Undocumented

linker =

Undocumented