Home | History | Annotate | Download | only in thirdparty

Lines Matching refs:messages

1472         self.messages = {}
1505 self.messages[code] = text[5:]
1522 for key in self.messages if key.startswith(prefix)])
1532 return ['%-7s %s %s' % (self.counters[key], key, self.messages[key])
1533 for key in sorted(self.messages) if key.startswith(prefix)]
1758 help="print status messages, or debug with -vv")