()
| 24 | @undoc |
| 25 | @Condition |
| 26 | def cursor_in_leading_ws(): |
| 27 | before = get_app().current_buffer.document.current_line_before_cursor |
| 28 | return (not before) or before.isspace() |
| 29 | |
| 30 | |
| 31 | def create_ipython_shortcuts(shell): |
nothing calls this directly
no outgoing calls
no test coverage detected