MCPcopy Index your code
hub / github.com/nodejs/node / _Settings

Method _Settings

tools/gyp/pylib/gyp/xcode_emulation.py:209–211  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

207 del settings[key]
208
209 def _Settings(self):
210 assert self.configname
211 return self.xcode_settings[self.configname]
212
213 def _Test(self, test_key, cond_key, default):
214 return self._Settings().get(test_key, default) == cond_key

Callers 11

_TestMethod · 0.95
_AppendfMethod · 0.95
_WarnUnimplementedMethod · 0.95
GetCflagsMethod · 0.95
GetCflagsCMethod · 0.95
GetCflagsCCMethod · 0.95
GetLdflagsMethod · 0.95
GetLibtoolflagsMethod · 0.95
_GetStripPostbuildsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected