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

Method is_active

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

Source from the content-addressed store, hash-verified

445 self.hide_window()
446
447 def is_active(self):
448 return self.autocompletewindow is not None
449
450 def complete(self):
451 self._change_start(self._complete_string(self.start))

Callers 10

winconfig_eventMethod · 0.95
hide_eventMethod · 0.95
listselect_eventMethod · 0.95
keypress_eventMethod · 0.95
keyrelease_eventMethod · 0.95
hide_windowMethod · 0.95
build_stackFunction · 0.45
get_groupsMethod · 0.45
autocomplete_eventMethod · 0.45

Calls

no outgoing calls

Tested by 3

build_stackFunction · 0.36
get_groupsMethod · 0.36