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

Method init_shell

IPython/core/shellapp.py:217–218  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

215 sys.path.insert(idx, '')
216
217 def init_shell(self):
218 raise NotImplementedError("Override in subclasses")
219
220 def init_gui_pylab(self):
221 """Enable GUI event loop integration, taking pylab into account."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected