MCPcopy 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
4154class InteractiveShellABC(metaclass=abc.ABCMeta):

Callers 1

doctest_modeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected