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

Method _GetSpecification

tools/gyp/pylib/gyp/MSVSProject.py:25–31  ·  view source on GitHub ↗

Creates an element for the tool. Returns: A new xml.dom.Element for the tool.

(self)

Source from the content-addressed store, hash-verified

23 self._attrs["Name"] = name
24
25 def _GetSpecification(self):
26 """Creates an element for the tool.
27
28 Returns:
29 A new xml.dom.Element for the tool.
30 """
31 return ["Tool", self._attrs]
32
33
34class Filter:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected