Lines Matching refs:attrs
72 def handle_starttag(self, tag, attrs):
80 case. The attrs argument is a list of (name, value) pairs
91 attrs = dict(attrs)
94 id_attr = attrs.get('id','')
98 and 'build-result' in attrs.get('class', '').split()):
103 self._status = attrs.get('status')
104 self._href = attrs.get('href')
191 def handle_starttag(self, tag, attrs):
199 case. The attrs argument is a list of (name, value) pairs
210 attrs = dict(attrs)
216 if tag == 'div' and attrs.get('class') == 'failure result':
231 href = attrs.get('href')