Executed after ipython has been constructed and configured
(self)
| 143 | |
| 144 | |
| 145 | def late_startup_hook(self): |
| 146 | """ Executed after ipython has been constructed and configured |
| 147 | |
| 148 | """ |
| 149 | #print "default startup hook ok" # dbg |
| 150 | |
| 151 | |
| 152 | def show_in_pager(self, data, start, screen_lines): |
nothing calls this directly
no outgoing calls
no test coverage detected