Explicitly overwrite :mod:`IPython.core.interactiveshell` to do nothing.
(self)
| 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() |
nothing calls this directly
no outgoing calls
no test coverage detected