bundles / IPython 9.3.0 / IPython / terminal / debugger / TerminalPdb / cmdloop
function
IPython.terminal.debugger:TerminalPdb.cmdloop
Signature
def cmdloop ( self , intro = None ) Summary
Repeatedly issue a prompt, accept input, parse an initial prefix off the received input, and dispatch to action methods, passing them the remainder of the line as argument.
Extended Summary
override the same methods from cmd.Cmd to provide prompt toolkit replacement.
Aliases
-
IPython.terminal.debugger.TerminalPdb.cmdloop