Home | History | Annotate | Download | only in tools

Lines Matching refs:HREF

86     For instance, for the tag <A HREF="http://www.cwi.nl/">, this
87 method would be called as handle_starttag('a', [('href',
101 # <a class="build-result" href="*">. Then we save the
104 self._href = attrs.get('href')
205 For instance, for the tag <A HREF="http://www.cwi.nl/">, this
206 method would be called as handle_starttag('a', [('href',
231 href = attrs.get('href')
234 if href.endswith('/logs/stdio'):
235 self._failure_results_url = href