Fires after initialisation of :class:`~IPython.core.interactiveshell.InteractiveShell`. This is before extensions and startup scripts are loaded, so it can only be set by subclassing. Parameters ---------- ip : :class:`~IPython.core.interactiveshell.InteractiveShell`
(ip)
| 147 | |
| 148 | @_define_event |
| 149 | def shell_initialized(ip): |
| 150 | """Fires after initialisation of :class:`~IPython.core.interactiveshell.InteractiveShell`. |
| 151 | |
| 152 | This is before extensions and startup scripts are loaded, so it can only be |
| 153 | set by subclassing. |
| 154 | |
| 155 | Parameters |
| 156 | ---------- |
| 157 | ip : :class:`~IPython.core.interactiveshell.InteractiveShell` |
| 158 | The newly initialised shell. |
| 159 | """ |
| 160 | pass |
nothing calls this directly
no outgoing calls
no test coverage detected