Home
last modified time | relevance | path

Searched refs:PrettyPrinter (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pprint.py43 pp = pprint.PrettyPrinter()
65 pp = pprint.PrettyPrinter()
92 pp = pprint.PrettyPrinter()
414 class DottedPrettyPrinter(pprint.PrettyPrinter):
423 return pprint.PrettyPrinter.format(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpprint.py54 printer = PrettyPrinter(
60 return PrettyPrinter(indent=indent, width=width, depth=depth).pformat(object)
81 class PrettyPrinter: class
340 p = PrettyPrinter()