Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ _get_call_pdb
Method
_get_call_pdb
IPython/core/interactiveshell.py:1156–1157 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1154
self.call_pdb = self.pdb
1155
1156
def
_get_call_pdb(self):
1157
return
self._call_pdb
1158
1159
def
_set_call_pdb(self,val):
1160
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected