Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_GroupByName
Method · 0.80
CreateXCConfigurationList
Function · 0.80
__init__
Method · 0.80
Finalize1
Method · 0.80
GenerateOutput
Function · 0.80
Calls
1
UpdateProperties
Method · 0.95
Tested by
no test coverage detected