class documentation

class twisted.python.usage.CompleteUserAtHost(Completer): (source)

View In Hierarchy

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

    <username>
    <hostname>
    <username>@<hostname>
Class Variable _descr 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:

Method __init__
Instance Variable _repeat Undocumented
Property _repeatFlag Undocumented
Method _description Undocumented
_descr = (source)

Undocumented

(type: str)
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

ParametersoptNameThe long name of the option this action is being used for. (type: str)
shellTypeOne of the supported shell constants e.g. twisted.python.usage._ZSH (type: str)
API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.