OpenQuizz
Une application de gestion des contenus pédagogiques
setuptools._distutils.msvccompiler Namespace Reference

Data Structures

class  MacroExpander
 
class  MSVCCompiler
 

Functions

def read_keys (base, key)
 
def read_values (base, key)
 
def convert_mbcs (s)
 
def get_build_version ()
 
def get_build_architecture ()
 
def normalize_and_reduce_paths (paths)
 

Variables

 hkey_mod
 
 RegOpenKeyEx
 
 RegEnumKey
 
 RegEnumValue
 
 RegError
 
 HKEYS
 
 OldMSVCCompiler
 

Detailed Description

distutils.msvccompiler

Contains MSVCCompiler, an implementation of the abstract CCompiler class
for the Microsoft Visual Studio.

Function Documentation

◆ convert_mbcs()

def setuptools._distutils.msvccompiler.convert_mbcs (   s)

◆ get_build_architecture()

def setuptools._distutils.msvccompiler.get_build_architecture ( )
Return the processor architecture.

Possible results are "Intel" or "AMD64".

◆ get_build_version()

def setuptools._distutils.msvccompiler.get_build_version ( )
Return the version of MSVC that was used to build Python.

For Python 2.3 and up, the version number is included in
sys.version.  For earlier versions, assume the compiler is MSVC 6.

◆ normalize_and_reduce_paths()

def setuptools._distutils.msvccompiler.normalize_and_reduce_paths (   paths)
Return a list of normalized paths with duplicates removed.

The current order of paths is maintained.

◆ read_keys()

def setuptools._distutils.msvccompiler.read_keys (   base,
  key 
)
Return list of registry keys.

◆ read_values()

def setuptools._distutils.msvccompiler.read_values (   base,
  key 
)
Return dict of registry keys and values.

All names are converted to lowercase.

Variable Documentation

◆ hkey_mod

hkey_mod

◆ HKEYS

HKEYS

◆ OldMSVCCompiler

OldMSVCCompiler

◆ RegEnumKey

RegEnumKey

◆ RegEnumValue

RegEnumValue

◆ RegError

RegError

◆ RegOpenKeyEx

RegOpenKeyEx