Searched refs:format_collected_data (Results 1 – 2 of 2) sorted by relevance
31 def format_collected_data(self, exc_data): member in AbstractFormatter442 return HTMLFormatter(**ops).format_collected_data(exc_data)469 return TextFormatter(**ops).format_collected_data(exc_data)
495 short_er = short_formatter.format_collected_data(exc_data)502 long_er = long_formatter.format_collected_data(exc_data)