Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ switch_doctest_mode
Method
switch_doctest_mode
IPython/core/interactiveshell.py:4150–4151 ·
view source on GitHub ↗
(self, mode)
Source
from the content-addressed store, hash-verified
4148
4149
# Overridden in terminal subclass to change prompts
4150
def
switch_doctest_mode(self, mode):
4151
pass
4152
4153
4154
class
InteractiveShellABC(metaclass=abc.ABCMeta):
Callers
1
doctest_mode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected