MCPcopy Create free account
hub / github.com/nodejs/node / SetupScript

Method SetupScript

tools/gyp/pylib/gyp/MSVSVersion.py:152–159  ·  view source on GitHub ↗
(self, target_arch)

Source from the content-addressed store, hash-verified

150 return [vcvarsall, arg]
151
152 def SetupScript(self, target_arch):
153 script_data = self._SetupScriptInternal(target_arch)
154 script_path = script_data[0]
155 if not os.path.exists(script_path):
156 raise Exception(
157 "%s is missing - make sure VC++ tools are installed." % script_path
158 )
159 return script_data
160
161
162def _RegistryQueryBase(sysdir, key, value):

Callers 2

_GetVsvarsSetupArgsFunction · 0.80
GenerateEnvironmentFilesFunction · 0.80

Calls 2

_SetupScriptInternalMethod · 0.95
existsMethod · 0.45

Tested by

no test coverage detected