Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef90f08

Browse files
committed
Add class-docstring for terminal.debugger.TerminalPdb.
Overrides inherited docstring.
1 parent 1e60fc3 commit ef90f08

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

IPython/terminal/debugger.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020

2121
class TerminalPdb(Pdb):
22+
"""Standalone IPython debugger."""
23+
2224
def __init__(self, *args, **kwargs):
2325
Pdb.__init__(self, *args, **kwargs)
2426
self._ptcomp = None

0 commit comments

Comments
 (0)