twisted.python.usage.CompleteHostnames(Completer) class documentationtwisted.python.usage
          View Source
          (View In Hierarchy)
        
      Complete hostnames
| 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 | _descr | Undocumented | 
| Instance Variable | _repeat | Undocumented | 
| Method | _getRepeatFlag | Undocumented | 
| Class Variable | _repeatFlag | Undocumented | 
| Method | _description | Undocumented | 
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) |