MCPcopy Index your code
hub / github.com/python/cpython / get_the_completion_list

Method get_the_completion_list

Lib/idlelib/run.py:631–632  ·  view source on GitHub ↗
(self, what, mode)

Source from the content-addressed store, hash-verified

629 return self.calltip.fetch_tip(name)
630
631 def get_the_completion_list(self, what, mode):
632 return self.autocomplete.fetch_completions(what, mode)
633
634 def stackviewer(self, flist_oid=None):
635 if self.user_exc_info:

Callers

nothing calls this directly

Calls 1

fetch_completionsMethod · 0.80

Tested by

no test coverage detected