Fires after code is executed in response to user/frontend action. This includes comm and widget messages and silent execution, as well as user code cells.
()
| 127 | |
| 128 | @_define_event |
| 129 | def post_execute(): |
| 130 | """Fires after code is executed in response to user/frontend action. |
| 131 | |
| 132 | This includes comm and widget messages and silent execution, as well as user |
| 133 | code cells. |
| 134 | """ |
| 135 | pass |
| 136 | |
| 137 | @_define_event |
| 138 | def post_run_cell(result): |
nothing calls this directly
no outgoing calls
no test coverage detected