default shutdown hook Typically, shutdown hooks should raise TryNext so all shutdown ops are done
(self)
| 133 | |
| 134 | |
| 135 | def 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 | |
| 145 | def late_startup_hook(self): |
nothing calls this directly
no outgoing calls
no test coverage detected