Searched refs:info_strings (Results 1 – 1 of 1) sorted by relevance
620 info_strings = self._get_info_strings()621 info_strings.append(self._bug_count_text)623 info_strings)639 info_strings = []641 info_strings.append('retry_count: %d' % self.retry_count)643 info_strings.append(self.reason)644 return info_strings647 def _format_anchor_text(self, prefix, info_strings): argument657 info=', '.join(info_strings))