Searched refs:_pretty_print (Results 1 – 3 of 3) sorted by relevance
35 _pretty_print = pprint.PrettyPrinter(indent=1, width=120).pprint variable
33 _pretty_print = pprint.PrettyPrinter(indent=1, width=120).pprint variable
275 def _pretty_print(data_item, summarize): function356 message=('\n'.join(_pretty_print(d, summarize) for d in data)))