Spelling.Dictionary¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Spelling.Dictionary(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Abstract base class for spellchecking dictionaries.
- contains_word(word, word_len)¶
- Parameters:
- Returns:
True
if the dictionary contains the word- Return type:
Checks if the dictionary contains word.
- get_extra_word_chars()¶
- Returns:
extra word characters
- Return type:
Gets the extra word characters of the dictionary.