MCPcopy Index your code
hub / github.com/ipython/ipython / navigable_suggestions

Function navigable_suggestions

IPython/terminal/shortcuts/filters.py:164–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162
163@Condition
164def navigable_suggestions():
165 shell = get_ipython()
166 return isinstance(shell.auto_suggest, auto_suggest.NavigableAutoSuggestFromHistory)
167
168
169@Condition

Callers

nothing calls this directly

Calls 1

get_ipythonFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…