Lines Matching refs:description
14 <Short description of the error>
110 description: A string representing the error description.
116 def __init__(self, description, type, stack, defined_at, regex):
119 description, type, stack, regex: same as class attributes
122 self.description = description
203 def __init__(self, description, type, stack, defined_at):
245 description, type, stack, defined_at, regex)
249 lines = [self.description, self.type] + self.stack
341 if re.search("<.*suppression.name.here>", s.description):
352 if s.description in known_supp_names:
356 'see %s' % (s.description,
357 known_supp_names[s.description].defined_at),
360 known_supp_names[s.description] = s
437 if self.description:
438 text += "name=%s\n" % self.description