Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e60fc3 commit ef90f08Copy full SHA for ef90f08
1 file changed
IPython/terminal/debugger.py
@@ -19,6 +19,8 @@
19
20
21
class TerminalPdb(Pdb):
22
+ """Standalone IPython debugger."""
23
+
24
def __init__(self, *args, **kwargs):
25
Pdb.__init__(self, *args, **kwargs)
26
self._ptcomp = None
0 commit comments