This is a development version (9.14.0.dev) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.14.0.dev / IPython / terminal / debugger / TerminalPdb / cmdloop

function

IPython.terminal.debugger:TerminalPdb.cmdloop

source: /IPython/terminal/debugger.py :104

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