]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Implement a `pp' command, which is like `p' except that it
authorBarry Warsaw <barry@python.org>
Tue, 5 Nov 2002 22:40:20 +0000 (22:40 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 5 Nov 2002 22:40:20 +0000 (22:40 +0000)
commit210bd208eba7e3989a7d054c6f793b084a3c8a2d
tree43f764c335717f9583d308bf38b5aff36d03ec57
parentc2f7757ef5ec0e07fcf3325ac61269cbed121de8
Implement a `pp' command, which is like `p' except that it
pretty-prints the value of its expression argument.
Lib/pdb.py