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

Method init_sys_modules

IPython/terminal/embed.py:167–171  ·  view source on GitHub ↗

Explicitly overwrite :mod:`IPython.core.interactiveshell` to do nothing.

(self)

Source from the content-addressed store, hash-verified

165 call_pdb=self.pdb)
166
167 def init_sys_modules(self):
168 """
169 Explicitly overwrite :mod:`IPython.core.interactiveshell` to do nothing.
170 """
171 pass
172
173 def init_magics(self):
174 super(InteractiveShellEmbed, self).init_magics()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected