Searched refs:attr_name (Results 1 – 1 of 1) sorted by relevance
183 def GetAndroidAttr(self, tag, attr_name): argument194 return element.getAttributeNS('http://schemas.android.com/apk/res/android', attr_name)196 def GetAttr(self, tag, attr_name): argument207 return element.getAttribute(attr_name)