Home
last modified time | relevance | path

Searched refs:attribute_name (Results 1 – 1 of 1) sorted by relevance

/development/testrunner/test_defs/
Dxml_suite_helper.py91 def _ParseAttribute(self, suite_element, attribute_name, mandatory, argument
93 if suite_element.hasAttribute(attribute_name):
94 value = suite_element.getAttribute(attribute_name)
99 (attribute_name, self.TAG_NAME))