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

Function GetChildrenVsprops

tools/gyp/tools/pretty_vcproj.py:219–224  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

217
218
219def GetChildrenVsprops(filename):
220 dom = parse(filename)
221 if dom.documentElement.attributes:
222 vsprops = dom.documentElement.getAttribute("InheritedPropertySheets")
223 return FixFilenames(vsprops.split(";"), os.path.dirname(filename))
224 return []
225
226
227def SeekToNode(node1, child2):

Callers 1

mainFunction · 0.85

Calls 3

FixFilenamesFunction · 0.85
parseFunction · 0.50
splitMethod · 0.45

Tested by

no test coverage detected