bundles / IPython 9.3.0 / IPython / core / debugger / Pdb / __init__
function
IPython.core.debugger:Pdb.__init__
source: /IPython/core/debugger.py :230
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 NonePassed to pdb.Pdb.
stdin: default NonePassed to pdb.Pdb.
stdout: default NonePassed to pdb.Pdb.
context: intNumber of lines of source code context to show when displaying stacktrace information.
**kwargsPassed to pdb.Pdb.
Notes
The possibilities are python version dependent, see the python docs for more info.
Aliases
-
IPython.core.debugger.Pdb.__init__