MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-578253.py

File recipe-578253.py

recipes/Python/578253_Entry_autocompletiTkinter/recipe-578253.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from Tkinter import *
2import re
3
4lista = ['a', 'actions', 'additional', 'also', 'an', 'and', 'angle', 'are', 'as', 'be', 'bind', 'bracket', 'brackets', 'button', 'can', 'cases', 'configure', 'course', 'detail', 'enter', 'event', 'events', 'example', 'field', 'fields', 'for', 'give', 'important', 'in', 'information', 'is', 'it', 'just', 'key', 'keyboard', 'kind', 'leave', 'left', 'like', 'manager', 'many', 'match', 'modifier', 'most', 'of', 'or', 'others', 'out', 'part', 'simplify', 'space', 'specifier', 'specifies', 'string;', 'that', 'the', 'there', 'to', 'type', 'unless', 'use', 'used', 'user', 'various', 'ways', 'we', 'window', 'wish', 'you']

Callers

nothing calls this directly

Calls 5

AutocompleteEntryClass · 0.85
mainloopMethod · 0.80
TkClass · 0.50
ButtonClass · 0.50
gridMethod · 0.45

Tested by

no test coverage detected