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

Method SetProperty

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

Source from the content-addressed store, hash-verified

866 return self._properties[key]
867
868 def SetProperty(self, key, value):
869 self.UpdateProperties({key: value})
870
871 def DelProperty(self, key):
872 if key in self._properties:

Callers 8

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
_GroupByNameMethod · 0.80
__init__Method · 0.80
Finalize1Method · 0.80
GenerateOutputFunction · 0.80

Calls 1

UpdatePropertiesMethod · 0.95

Tested by

no test coverage detected