def filter_messages(self):
# type: () -> Dict[Text, List[FilterMessage]]
"""
Returns the raw FilterMessages that were generated by the
Filter.
"""
self.full_clean()
return self._handler.messages