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

bundles / IPython latest / IPython / terminal / debugger / TerminalPdb / _prompt

function

IPython.terminal.debugger:TerminalPdb._prompt

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

Signature

def   _prompt ( self )

Summary

In case other prompt_toolkit apps have to run in parallel to this one (e.g. in madbg), create_app_session must be used to prevent mixing up between them. According to the prompt_toolkit docs:

Extended Summary

> If you need multiple applications running at the same time, you have to create a separate > AppSession using a with create_app_session(): block.

Aliases

  • IPython.terminal.debugger.TerminalPdb._prompt