MCPcopy Create free account
hub / github.com/ipython/ipython / do_complete

Function do_complete

IPython/core/completerlib.py:205–206  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

203 completions = completions.split()
204
205 def do_complete(self, event):
206 return completions
207
208 get_ipython().set_hook('complete_command',do_complete, str_key = cmd)
209

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected