145
145
#self._show_stats_for(self._blobs, "other blobs", note=note)
146
146
#self.reftracker.dump_stats(note=note)
148
def _show_stats_for(self, dict, label, note=trace.note, tuple_key=False):
148
def _show_stats_for(self, a_dict, label, note, tuple_key=False):
149
149
"""Dump statistics about a given dictionary.
151
151
By the key and value need to support len().