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

Method _

tests/test_completer.py:442–445  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

440 ip = get_ipython()
441
442 def _(text):
443 return ip.Completer._complete(
444 cursor_line=0, cursor_pos=len(text), full_text=text
445 )["IPCompleter.file_matcher"]["completions"]
446
447 with TemporaryWorkingDirectory():
448 name = "foo'bar"

Callers

nothing calls this directly

Calls 5

provisionalcompleterFunction · 0.90
greedy_completionFunction · 0.85
_completeMethod · 0.80
completionsMethod · 0.80
completeMethod · 0.45

Tested by

no test coverage detected