Run before displaying the next prompt Use this e.g. to display output from asynchronous operations (in order to not mess up text entry)
(self)
| 156 | |
| 157 | |
| 158 | def pre_prompt_hook(self): |
| 159 | """ Run before displaying the next prompt |
| 160 | |
| 161 | Use this e.g. to display output from asynchronous operations (in order |
| 162 | to not mess up text entry) |
| 163 | """ |
| 164 | |
| 165 | return None |
| 166 | |
| 167 | |
| 168 | def pre_run_code_hook(self): |
nothing calls this directly
no outgoing calls
no test coverage detected