Searched refs:pprint (Results 1 – 9 of 9) sorted by relevance
11 import pprint113 pprint.PrettyPrinter().pprint(msg)323 pprint.PrettyPrinter().pprint(strset)342 pprint.PrettyPrinter().pprint(rsp)
12 import pprint270 pprint.pprint(msg, width=term_width(), compact=True)
72 def pprint(msg): function348 pprint(msg)358 pprint(msg)379 pprint('ERROR: %s\n' % msg)388 pprint('ERROR: %s\n' % msg)687 pprint(' kprobe functions in this kernel:')709 pprint(' %s: %s' % (name, res))723 pprint(' kprobe functions enabled: %d/%d' % (linesack, linesout))796 pprint('INITIALIZING FTRACE')860 pprint('INITIALIZING KPROBES')[all …]
38 def pprint(msg): function167 pprint('To generate a new timeline manually, follow these steps:\n\n'\441 pprint('Sanity check failed for %s-%d' % (proc, pid))452 pprint('WARNING: the callgraph found for %s is massive! (%d lines)' %\538 pprint('ERROR: No timeline data')744 pprint('Exception: %s' % str(e))760 pprint('Exception: %s\n' % str(e))807 pprint('Exception: %s' % str(e))831 pprint('ERROR: %s\n' % msg)839 pprint('\n%s v%s\n'\[all …]
16 from pprint import pprint54 pprint(data)
13 from pprint import pformat
15 from pprint import pformat
22 import pprint39 pp = pprint.PrettyPrinter()
14 from pprint import pformat