MCPcopy Create free account
hub / github.com/ipython/ipython / init_pdb

Method init_pdb

IPython/core/interactiveshell.py:1151–1154  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1149 #-------------------------------------------------------------------------
1150
1151 def init_pdb(self):
1152 # Set calling of pdb on exceptions
1153 # self.call_pdb is a property
1154 self.call_pdb = self.pdb
1155
1156 def _get_call_pdb(self):
1157 return self._call_pdb

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected