You are viewing an older version (9.12.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.12.0 / IPython / core / debugger / Pdb / __init__

function

IPython.core.debugger:Pdb.__init__

source: /IPython/core/debugger.py :240

Signature

def   __init__ ( self completekey = None stdin = None stdout = None context : int | None | str = 5 ** kwargs )

Summary

Create a new IPython debugger.

Parameters

completekey : default None

Passed to pdb.Pdb.

stdin : default None

Passed to pdb.Pdb.

stdout : default None

Passed to pdb.Pdb.

context : int

Number of lines of source code context to show when displaying stacktrace information.

**kwargs

Passed to pdb.Pdb.

Notes

The possibilities are python version dependent, see the python docs for more info.

Aliases

  • IPython.core.debugger.Pdb.__init__