Creates an element for the tool. Returns: A new xml.dom.Element for the tool.
(self)
| 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 | |
| 34 | class Filter: |
no outgoing calls
no test coverage detected