Fires before code is executed in response to user/frontend action. This includes comm and widget messages and silent execution, as well as user code cells.
()
| 107 | |
| 108 | @_define_event |
| 109 | def pre_execute(): |
| 110 | """Fires before code is executed in response to user/frontend action. |
| 111 | |
| 112 | This includes comm and widget messages and silent execution, as well as user |
| 113 | code cells. |
| 114 | """ |
| 115 | pass |
| 116 | |
| 117 | @_define_event |
| 118 | def pre_run_cell(info): |
nothing calls this directly
no outgoing calls
no test coverage detected