Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ GetProperty
Method
GetProperty
tools/gyp/pylib/gyp/xcodeproj_file.py:865–866 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
863
return
key in self._properties
864
865
def
GetProperty(self, key):
866
return
self._properties[key]
867
868
def
SetProperty(self, key, value):
869
self.UpdateProperties({key: value})
Callers
6
AddDependency
Method · 0.80
AddOrGetProjectReference
Method · 0.80
_DefinedSymroots
Method · 0.80
Finalize1
Method · 0.80
Finalize2
Method · 0.80
GenerateOutput
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected