Home
last modified time | relevance | path

Searched defs:pprint (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Tools/i18n/
Dmakelocalealias.py89 def pprint(data): function
/third_party/python/Doc/whatsnew/
D3.9.rst619 pprint section in Improved Modules
D3.8.rst1109 pprint section in Improved Modules
D3.10.rst1266 pprint section in Improved Modules
D3.4.rst1256 pprint section in Improved Modules
/third_party/python/Lib/
Dpprint.py48 def pprint(object, stream=None, indent=1, width=80, depth=None, *, function
151 def pprint(self, object): member in PrettyPrinter
/third_party/python/Lib/email/
D_header_value_parser.py158 def pprint(self, indent=''): member in TokenList
885 def pprint(self): member in Terminal
/third_party/openssl/apps/
Dx509.c280 int x509toreq = 0, modulus = 0, print_pubkey = 0, pprint = 0; in x509_main() local