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

Method complete

Lib/idlelib/autocomplete_w.py:450–452  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

448 return self.autocompletewindow is not None
449
450 def complete(self):
451 self._change_start(self._complete_string(self.start))
452 # The selection doesn't change.
453
454 def hide_window(self):
455 if not self.is_active():

Callers 2

keypress_eventMethod · 0.95
autocomplete_eventMethod · 0.45

Calls 2

_change_startMethod · 0.95
_complete_stringMethod · 0.95

Tested by

no test coverage detected