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

Function get_suggestion

tests/test_shortcuts.py:282–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280 event.current_buffer = buffer
281
282 def get_suggestion():
283 suggestion = provider.get_suggestion(buffer, buffer.document)
284 buffer.suggestion = suggestion
285 return suggestion
286
287 assert get_suggestion().text == "_c"
288

Calls 1

get_suggestionMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…