MCPcopy Index your code
hub / github.com/fabioz/PyDev.Debugger / get_completions

Function get_completions

pydevconsole.py:460–465  ·  view source on GitHub ↗
(text, token, globals, locals)

Source from the content-addressed store, hash-verified

458
459
460def get_completions(text, token, globals, locals):
461 interpreterInterface = get_interpreter()
462
463 interpreterInterface.interpreter.update(globals, locals)
464
465 return interpreterInterface.getCompletions(text, token)
466
467
468# ===============================================================================

Callers

nothing calls this directly

Calls 3

get_interpreterFunction · 0.85
updateMethod · 0.45
getCompletionsMethod · 0.45

Tested by

no test coverage detected