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

Method SetBuildSetting

tools/gyp/pylib/gyp/xcodeproj_file.py:2406–2407  ·  view source on GitHub ↗
(self, key, value)

Source from the content-addressed store, hash-verified

2404 return self._properties["buildConfigurationList"].GetBuildSetting(key)
2405
2406 def SetBuildSetting(self, key, value):
2407 return self._properties["buildConfigurationList"].SetBuildSetting(key, value)
2408
2409 def AppendBuildSetting(self, key, value):
2410 return self._properties["buildConfigurationList"].AppendBuildSetting(key, value)

Callers 5

SetBuildSettingMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
Finalize1Method · 0.45
GenerateOutputFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected