class documentation

class CompleteUserAtHost(Completer): (source)

View In Hierarchy

A completion action which produces matches in any of these forms:

    <username>
    <hostname>
    <username>@<hostname>
Method _shellCode Fetch a fragment of shell code representing this action which is suitable for use by the completion system in _shellcomp.py
Class Variable _descr Undocumented

Inherited from Completer:

Method __init__
Method _description Undocumented
Instance Variable _repeat Undocumented
Property _repeatFlag Undocumented
def _shellCode(self, optName, shellType): (source)
Fetch a fragment of shell code representing this action which is suitable for use by the completion system in _shellcomp.py
Parameters
optName:strThe long name of the option this action is being used for.
shellType:strOne of the supported shell constants e.g. twisted.python.usage._ZSH