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

Function late_startup_hook

IPython/core/hooks.py:145–149  ·  view source on GitHub ↗

Executed after ipython has been constructed and configured

(self)

Source from the content-addressed store, hash-verified

143
144
145def late_startup_hook(self):
146 """ Executed after ipython has been constructed and configured
147
148 """
149 #print "default startup hook ok" # dbg
150
151
152def show_in_pager(self, data, start, screen_lines):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected