Completes based on a fixed list of words
| Method | __init__ | |
| Instance Variable | _items | Undocumented | 
| Method | _shellCode | Fetch a fragment of shell code representing this action which is suitable for use by the completion system in _shellcomp.py | 
Inherited from Completer:
| Instance Variable | _descr | Undocumented | 
| Instance Variable | _repeat | Undocumented | 
| Property | _repeatFlag | Undocumented | 
| Method | _description | Undocumented | 
| Parameters | items | Undocumented | 
| kw | Undocumented | |
| descr | An optional descriptive string displayed above matches. (type: str) | |
| repeat | A flag, defaulting to False, indicating whether this Completershould repeat - that is, be used to complete more than one command-line word. This may ONLY be set to True for actions in theextraActionskeyword argument toCompletions. And ONLY if it is the LAST (or only) action in theextraActionslist. (type:bool) | 
Fetch a fragment of shell code representing this action which is suitable for use by the completion system in _shellcomp.py
| Parameters | optName | The long name of the option this action is being used for. (type: str) | 
| shellType | One of the supported shell constants e.g. twisted.python.usage._ZSH(type:str) |