Searched refs:info_strings (Results 1 – 1 of 1) sorted by relevance
646 info_strings = self._get_info_strings()647 info_strings.append(self._bug_count_text)649 info_strings)665 info_strings = []667 info_strings.append('retry_count: %d' % self.retry_count)669 info_strings.append(self.reason)670 return info_strings673 def _format_anchor_text(self, prefix, info_strings): argument683 info=', '.join(info_strings))