Home | History | Annotate | Download | only in webkitpy

Lines Matching refs:attr

420     def __getattr__(self, attr):
424 if attr == 'string':
427 raise AttributeError, "'%s' object has no attribute '%s'" % (self.__class__.__name__, attr)
883 for attr, matchAgainst in self.attrs.items():
891 attrValue = markupAttrMap.get(attr)