OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, platform_info) |
def | visualstudio (self) |
def | sxs (self) |
def | vc (self) |
def | vs (self) |
def | vc_for_python (self) |
def | microsoft_sdk (self) |
def | windows_sdk (self) |
def | netfx_sdk (self) |
def | windows_kits_roots (self) |
def | microsoft (self, key, x86=False) |
def | lookup (self, key, name) |
Data Fields | |
pi | |
Static Public Attributes | |
HKEYS | |
Microsoft Visual Studio related registry information. Parameters ---------- platform_info: PlatformInfo "PlatformInfo" instance.
def __init__ | ( | self, | |
platform_info | |||
) |
def lookup | ( | self, | |
key, | |||
name | |||
) |
Look for values in registry in Microsoft software registry. Parameters ---------- key: str Registry key path where look. name: str Value name to find. Return ------ str value
def microsoft | ( | self, | |
key, | |||
x86 = False |
|||
) |
Return key in Microsoft software registry. Parameters ---------- key: str Registry key path where look. x86: str Force x86 software registry. Return ------ str Registry key
def microsoft_sdk | ( | self | ) |
Microsoft SDK registry key. Return ------ str Registry key
def netfx_sdk | ( | self | ) |
Microsoft .NET Framework SDK registry key. Return ------ str Registry key
def sxs | ( | self | ) |
Microsoft Visual Studio SxS registry key. Return ------ str Registry key
def vc | ( | self | ) |
Microsoft Visual C++ VC7 registry key. Return ------ str Registry key
def vc_for_python | ( | self | ) |
Microsoft Visual C++ for Python registry key. Return ------ str Registry key
def visualstudio | ( | self | ) |
Microsoft Visual Studio root registry key. Return ------ str Registry key
def vs | ( | self | ) |
Microsoft Visual Studio VS7 registry key. Return ------ str Registry key
def windows_kits_roots | ( | self | ) |
Microsoft Windows Kits Roots registry key. Return ------ str Registry key
def windows_sdk | ( | self | ) |
Microsoft Windows/Platform SDK registry key. Return ------ str Registry key
|
static |
pi |