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

Method activate

Lib/tkinter/__init__.py:3578–3580  ·  view source on GitHub ↗

Activate entry at INDEX.

(self, index)

Source from the content-addressed store, hash-verified

3576 self.tk.call('tk_popup', self._w, x, y, entry)
3577
3578 def activate(self, index):
3579 """Activate entry at INDEX."""
3580 self.tk.call(self._w, 'activate', index)
3581
3582 def add(self, itemType, cnf={}, **kw):
3583 """Internal function."""

Callers 9

test_activateMethod · 0.45
load_font_cfgMethod · 0.45
click_eventMethod · 0.45
popup_eventMethod · 0.45
selectMethod · 0.45
test_fontlist_keyMethod · 0.45
test_fontlist_mouseMethod · 0.45
test_source_selectedMethod · 0.45

Calls 1

callMethod · 0.45

Tested by 5

test_activateMethod · 0.36
test_fontlist_keyMethod · 0.36
test_fontlist_mouseMethod · 0.36
test_source_selectedMethod · 0.36