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

Method _WarnUnimplemented

tools/gyp/pylib/gyp/xcode_emulation.py:222–224  ·  view source on GitHub ↗
(self, test_key)

Source from the content-addressed store, hash-verified

220 lst.append(format_str % str(default))
221
222 def _WarnUnimplemented(self, test_key):
223 if test_key in self._Settings():
224 print('Warning: Ignoring not yet implemented key "%s".' % test_key)
225
226 def IsBinaryOutputFormat(self, configname):
227 default = "binary" if self.isIOS else "xml"

Callers 2

GetCflagsMethod · 0.95
GetLdflagsMethod · 0.95

Calls 2

_SettingsMethod · 0.95
printFunction · 0.50

Tested by

no test coverage detected