class documentation
Completes based on a fixed list of words
Method | __init__ |
No summary |
Method | _shell |
Fetch a fragment of shell code representing this action which is suitable for use by the completion system in _shellcomp.py |
Instance Variable | _items |
Undocumented |
Inherited from Completer
:
Method | _description |
Undocumented |
Instance Variable | _descr |
Undocumented |
Instance Variable | _repeat |
Undocumented |
Property | _repeat |
Undocumented |
overrides
twisted.python.usage.Completer.__init__
Parameters | |
items | Undocumented |
descr:str | An optional descriptive string displayed above matches. |
repeat:bool | A flag, defaulting to False, indicating whether this Completer should repeat - that is, be used to complete more than one command-line word. This may ONLY be set to True for actions in the extraActions keyword argument to Completions. And ONLY if it is the LAST (or only) action in the extraActions list. |
**kw | Undocumented |