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