OpenQuizz
Une application de gestion des contenus pédagogiques
|
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 | |
distutils.msvccompiler Contains MSVCCompiler, an implementation of the abstract CCompiler class for the Microsoft Visual Studio.
def setuptools._distutils.msvccompiler.convert_mbcs | ( | s | ) |
def setuptools._distutils.msvccompiler.get_build_architecture | ( | ) |
Return the processor architecture. Possible results are "Intel" or "AMD64".
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.
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.
def setuptools._distutils.msvccompiler.read_keys | ( | base, | |
key | |||
) |
Return list of registry keys.
def setuptools._distutils.msvccompiler.read_values | ( | base, | |
key | |||
) |
Return dict of registry keys and values. All names are converted to lowercase.
hkey_mod |
HKEYS |
OldMSVCCompiler |
RegEnumKey |
RegEnumValue |
RegError |
RegOpenKeyEx |