]> granicus.if.org Git - python/commit
Add Breakpoint.bpformat(), which returns the info usually printed by bpprint(). ...
authorGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 15:01:23 +0000 (15:01 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 15:01:23 +0000 (15:01 +0000)
commitd2fd4cae8e7a2ebd3e18a6640b4558131b9a0fb7
treec8b1b1c55668b18c1bc0432caf972b36b419c06c
parent6cccb865d1e757b1ddd5ca735cfd5fccc64d501a
Add Breakpoint.bpformat(), which returns the info usually printed by bpprint().  Necessary for major refactoring of pdb output handling.
Doc/library/bdb.rst
Lib/bdb.py