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

Function shutdown_hook

IPython/core/hooks.py:135–142  ·  view source on GitHub ↗

default shutdown hook Typically, shutdown hooks should raise TryNext so all shutdown ops are done

(self)

Source from the content-addressed store, hash-verified

133
134
135def shutdown_hook(self):
136 """ default shutdown hook
137
138 Typically, shutdown hooks should raise TryNext so all shutdown ops are done
139 """
140
141 #print "default shutdown hook ok" # dbg
142 return
143
144
145def late_startup_hook(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected