()
| 162 | |
| 163 | @Condition |
| 164 | def navigable_suggestions(): |
| 165 | shell = get_ipython() |
| 166 | return isinstance(shell.auto_suggest, auto_suggest.NavigableAutoSuggestFromHistory) |
| 167 | |
| 168 | |
| 169 | @Condition |
nothing calls this directly
no test coverage detected
searching dependent graphs…