Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_event
Method · 0.95
hide_event
Method · 0.95
listselect_event
Method · 0.95
keypress_event
Method · 0.95
keyrelease_event
Method · 0.95
hide_window
Method · 0.95
build_stack
Function · 0.45
static_order_with_groups
Method · 0.45
get_groups
Method · 0.45
autocomplete_event
Method · 0.45
Calls
no outgoing calls
Tested by
3
build_stack
Function · 0.36
static_order_with_groups
Method · 0.36
get_groups
Method · 0.36