Executed before running the (prefiltered) code in IPython
(self)
| 166 | |
| 167 | |
| 168 | def pre_run_code_hook(self): |
| 169 | """ Executed before running the (prefiltered) code in IPython """ |
| 170 | return None |
| 171 | |
| 172 | |
| 173 | def clipboard_get(self): |
nothing calls this directly
no outgoing calls
no test coverage detected