MCPcopy 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

AddDependencyMethod · 0.80
_DefinedSymrootsMethod · 0.80
Finalize1Method · 0.80
Finalize2Method · 0.80
GenerateOutputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected