class documentation
class AutoComplete(ac.AutoComplete):
A simple auto-complete class
| Method | add |
Add multiple words. |
| Property | suggestion |
The number of suggestions currently stored. |
| Property | suggestions |
The current suggestions as a tuple. |
Add multiple words.
| Parameters | |
words:list[str] | Words to add to the auto-complete dictionary. |
| Returns | |
int | The number of words successfully added. |