Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ switch_doctest_mode
Method
switch_doctest_mode
IPython/core/interactiveshell.py:3792–3793 ·
view source on GitHub ↗
(self, mode)
Source
from the content-addressed store, hash-verified
3790
3791
# Overridden in terminal subclass to change prompts
3792
def
switch_doctest_mode(self, mode):
3793
pass
3794
3795
3796
class
InteractiveShellABC(metaclass=abc.ABCMeta):
Callers
1
doctest_mode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected