Show More
@@ -19,6 +19,8 b' from prompt_toolkit.formatted_text import PygmentsTokens' | |||||
19 |
|
19 | |||
20 |
|
20 | |||
21 | class TerminalPdb(Pdb): |
|
21 | class TerminalPdb(Pdb): | |
|
22 | """Standalone IPython debugger.""" | |||
|
23 | ||||
22 | def __init__(self, *args, **kwargs): |
|
24 | def __init__(self, *args, **kwargs): | |
23 | Pdb.__init__(self, *args, **kwargs) |
|
25 | Pdb.__init__(self, *args, **kwargs) | |
24 | self._ptcomp = None |
|
26 | self._ptcomp = None |
General Comments 0
You need to be logged in to leave comments.
Login now