bundles / IPython latest / IPython / terminal / debugger / TerminalPdb / _prompt
function
IPython.terminal.debugger:TerminalPdb._prompt
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