class documentation
class CompleteUserAtHost(Completer): (source)
Constructor: CompleteUserAtHost(descr, repeat)
A completion action which produces matches in any of these forms:
<username> <hostname> <username>@<hostname>
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 | _descr |
Undocumented |
Inherited from Completer
:
Method | __init__ |
No summary |
Method | _description |
Undocumented |
Instance Variable | _repeat |
Undocumented |
Property | _repeat |
Undocumented |